Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alexander Duyck
Date: Sunday, August 24, 2008 - 8:03 pm

On Sun, Aug 24, 2008 at 5:50 PM, David Miller <davem@davemloft.net> wrote:

Let's get away from the priority discussion because it doesn't have
anything to do with what I am talking about.  One of the main reasons
why I am thinking it might be wise to move this out of the prio qdisc
and spin it off as a qdisc of its own is because what I am trying to
accomplish doesn't care about the priority of the packet.  All I am
concerned with is that this qdisc doesn't block the transmit of any
other hardware queues if one of the hardware queues are blocked and
that all queues have an equal chance to dequeue packets.

What I am planning to implement at this point is a simple multi-band
qdisc that assigns the band number based on queue mapping.  This
combined with something like the rr_dequeue from the original qdisc
will resolve the head-of-line issues.  Essentially it will try to
mimic the way the pfifo_fast qdiscs work with hardware multiqueue, but
it will have the ability to classify traffic and be stuck with one
spin lock for all queues.

I will try to get patches submitted for this new approach to the qdisc
and the new action in the next day or two.  In the meantime we can
probably drop this issue for now since I am in agreement that this
isn't the best approach to resolving this issue.

Thanks,

Alex
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/3] LRO: fix return code propogation, Jeff Kirsher, (Thu Aug 21, 5:51 pm)
Re: [PATCH 1/3] LRO: fix return code propogation, David Miller, (Fri Aug 22, 3:20 am)
RE: [PATCH 2/3] netlink: nla_parse_nested_compat was not p ..., Duyck, Alexander H, (Fri Aug 22, 10:40 am)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Jarek Poplawski, (Fri Aug 22, 3:19 pm)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Alexander Duyck, (Fri Aug 22, 5:01 pm)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Alexander Duyck, (Fri Aug 22, 6:37 pm)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Alexander Duyck, (Fri Aug 22, 11:35 pm)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Jarek Poplawski, (Sat Aug 23, 1:47 am)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Alexander Duyck, (Sat Aug 23, 9:31 am)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Alexander Duyck, (Sat Aug 23, 12:09 pm)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Jarek Poplawski, (Sun Aug 24, 12:53 am)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Jarek Poplawski, (Sun Aug 24, 12:19 pm)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Jarek Poplawski, (Sun Aug 24, 12:27 pm)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Jarek Poplawski, (Sun Aug 24, 12:59 pm)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Jarek Poplawski, (Sun Aug 24, 1:18 pm)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Alexander Duyck, (Sun Aug 24, 8:03 pm)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Jarek Poplawski, (Sun Aug 24, 11:06 pm)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Jarek Poplawski, (Sun Aug 24, 11:16 pm)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Jarek Poplawski, (Mon Aug 25, 12:57 am)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Jarek Poplawski, (Mon Aug 25, 1:25 am)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Jarek Poplawski, (Mon Aug 25, 1:35 am)
Re: [PATCH 3/3] pkt_sched: restore multiqueue prio scheduler, Jarek Poplawski, (Mon Aug 25, 2:36 am)
RE: [PATCH 2/3] netlink: nla_parse_nested_compat was not p ..., Duyck, Alexander H, (Wed Aug 27, 11:09 am)