Re: [PATCH]: TCP RB tree core v2.

2007-03-07 Thread David Miller
From: "Ilpo_Järvinen" <[EMAIL PROTECTED]> Date: Thu, 8 Mar 2007 06:21:03 +0200 (EET) > On Wed, 7 Mar 2007, David Miller wrote: > > > I checked the TCP write queue abstraction patch into the net-2.6.22 > > GIT tree at: > > > > kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.22.git > > Whi

Re: [PATCH]: TCP RB tree core v2.

2007-03-07 Thread Ilpo Järvinen
On Wed, 7 Mar 2007, David Miller wrote: > I checked the TCP write queue abstraction patch into the net-2.6.22 > GIT tree at: > > kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.22.git While tried to apply your patch below, I noticed it's already there. It turns out that ebbe72e602c1e82

[PATCH]: TCP RB tree core v2.

2007-03-07 Thread David Miller
I checked the TCP write queue abstraction patch into the net-2.6.22 GIT tree at: kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.22.git And below is the current version of the second patch which actually does the RB tree stuff. This infrastructure is necessary for the SKB hinting eli