Re: [PATCH 0/14]: Make packet scheduler multiqueue aware.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Miller
Date: Monday, July 14, 2008 - 6:48 pm

From: Patrick McHardy <kaber@trash.net>
Date: Tue, 15 Jul 2008 02:25:32 +0200


I think we can fix this after the merge window :)

One idea is to allow all of the queues to point at a
single qdisc.  We'd just need to work out how to do the
locking.

For example, the Qdisc has a lock member, and a pointer.
For simple qdiscs the pointer points at the netdev_queue
lock.  But when sharing, we use the in-Qdisc static lock.
--
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 0/14]: Make packet scheduler multiqueue aware., David Miller, (Mon Jul 14, 3:59 pm)
Re: [PATCH 0/14]: Make packet scheduler multiqueue aware., Patrick McHardy, (Mon Jul 14, 5:25 pm)
Re: [PATCH 0/14]: Make packet scheduler multiqueue aware., David Miller, (Mon Jul 14, 6:48 pm)
Re: [PATCH 0/14]: Make packet scheduler multiqueue aware., Patrick McHardy, (Mon Jul 14, 7:08 pm)