[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071202002334.GA14334@gondor.apana.org.au>
Date: Sun, 2 Dec 2007 11:23:34 +1100
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Ilpo Järvinen <ilpo.jarvinen@...sinki.fi>
Cc: David Miller <davem@...emloft.net>, netdev@...r.kernel.org,
Stephen Hemminger <shemminger@...ux-foundation.org>
Subject: Re: [PATCH 13/21] [TCP]: Store retransmit queue packets in RB tree.
On Sun, Dec 02, 2007 at 12:48:08AM +0200, Ilpo Järvinen wrote:
>
> This work was mostly done by David S. Miller.
...
> @@ -253,6 +254,8 @@ struct sk_buff {
> struct sk_buff *next;
> struct sk_buff *prev;
>
> + struct rb_node rb;
Did David really do this? :)
I suppose if we moved this into cb (by growing it by the required amount)
then at least the new space can be used by others.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists