* [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
* Re: [PATCH 0/9]: Killing qdisc->ops->requeue().
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
0 siblings, 1 reply; 3+ messages in thread
From: Jarek Poplawski @ 2008-08-18 9:21 UTC (permalink / raw)
To: David Miller; +Cc: netdev, Patrick McHardy
On Mon, Aug 18, 2008 at 01:36:40AM -0700, David Miller wrote:
>
> 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>
David, I hope these patches are right, anyway I think I'll be able
to look at them later, after I figure out these new locking changes.
Of course, you don't need to wait for me.
But, I guess, much more important should be Patrick's opinion on
this, so I added him to CC.
Thanks,
Jarek P.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/9]: Killing qdisc->ops->requeue().
2008-08-18 9:21 ` Jarek Poplawski
@ 2008-08-18 9:28 ` David Miller
0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2008-08-18 9:28 UTC (permalink / raw)
To: jarkao2; +Cc: netdev, kaber
From: Jarek Poplawski <jarkao2@gmail.com>
Date: Mon, 18 Aug 2008 09:21:38 +0000
> David, I hope these patches are right, anyway I think I'll be able
> to look at them later, after I figure out these new locking changes.
> Of course, you don't need to wait for me.
Ok, but just FYI this was meant more of a "here is what
I was trying to say" rather than a "I'm going to
apply these patches now" type of patch submission :-)
^ 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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).