All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9]: Killing qdisc->ops->requeue().
@ 2008-08-18  8:36 David Miller
  2008-08-18  9:21 ` Jarek Poplawski
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2008-08-18  8:36 UTC (permalink / raw)
  To: netdev; +Cc: jarkao2


This implements what I tried to describe in previous
emails.

It gets rid of qdisc->ops->requeue() because logically it
is completely superfluous.  All it does is allow the
next level to declare to the lower qdisc "send this next
no matter what" and we can trivially do that with a simple
list.

Signed-off-by: David S. Miller <davem@davemloft.net>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-08-18  9:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-18  8:36 [PATCH 0/9]: Killing qdisc->ops->requeue() David Miller
2008-08-18  9:21 ` Jarek Poplawski
2008-08-18  9:28   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.