Re: [UPDATE] zerocopy BETA 3

2001-02-25 Thread David S. Miller
Chris Wedgwood writes: > --- linux-2.4.2/include/net/ip.h Sun Feb 25 01:15:19 2001 > +++ linux-2.4.2+zc-2/include/net/ip.hSun Feb 25 01:53:52 2001 You need to part that adds "id" to the sock struct too. This won't build "as-is". Besides, I'd like people to have to test the zerocop

Re: [UPDATE] zerocopy BETA 3

2001-02-24 Thread Jan Rekorajski
On Sun, 25 Feb 2001, Chris Wedgwood wrote: > On Fri, Feb 23, 2001 at 11:42:49AM +0100, Jan Rekorajski wrote: > > Could you please make a patch with this fix only? Or is it > available somewhere? > [cut incomplete patch ;)] There are more changes, I hacked'em out of vger CVS: diff

Re: [UPDATE] zerocopy BETA 3

2001-02-23 Thread Jan Rekorajski
On Thu, 22 Feb 2001, David S. Miller wrote: > > Usual spot: > > ftp://ftp.kernel.org/pub/linux/kernel/people/davem/zerocopy-2.4.2-2.diff.gz > > Changes since last installment: > > 3) Workaround for win2000/95 VJ header compression bugs is >implemented. Could you please make a patch with

[UPDATE] zerocopy BETA 3

2001-02-22 Thread David S. Miller
Usual spot: ftp://ftp.kernel.org/pub/linux/kernel/people/davem/zerocopy-2.4.2-2.diff.gz Changes since last installment: 1) More errors in TCP receive queue collapser are discovered and fixed. 2) Several URG handling details on receive side are made more consistent and sane. 3) Workaround