Re: [PATCH 20/31]: pkt_sched: Perform bulk of qdisc destruction in RCU.

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <hadi@...>
Cc: <kaber@...>, <netdev@...>, <johannes@...>, <linux-wireless@...>
Date: Friday, July 18, 2008 - 5:05 pm

From: jamal <hadi@cyberus.ca>
Date: Fri, 18 Jul 2008 09:27:21 -0400


The fundamental issue is what we believe qdiscs schedule, do they
schedule a device, or do they schedule what their namesake implies,
"queues"?

Logically once we have multiple queues, we schedule queues.

Therefore what probably makes sense is that for mostly stateless
priority queueing such as pfifo_fast, doing prioritization at the
queue level is OK.

But where non-trivial classification occurs, we have to either:

1) Make the queue selection match what the classifiers would do
   exactly.

OR

2) Point all the queues at a single device global qdisc.

What we have now implements #2.  Later on we can try to do something
as sophisticated as #1.

--
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:
Re: [PATCH 20/31]: pkt_sched: Perform bulk of qdisc destruct..., David Miller, (Fri Jul 18, 5:05 pm)