[NET]: Allow partial checksums to be forwarded

2007-03-26 Thread Herbert Xu
Hi Dave: Looks like I forgot to finish the checksum stuff for Xen last time around. [NET]: Allow partial checksums to be forwarded Right now Xen has a horrible hack that lets it forward packets with partial checksums. One of the reasons that CHECKSUM_PARTIAL was added is so that we can get rid

Re: [NET]: Allow partial checksums to be forwarded

2007-03-26 Thread Stephen Hemminger
Herbert Xu wrote: Hi Dave: Looks like I forgot to finish the checksum stuff for Xen last time around. [NET]: Allow partial checksums to be forwarded Right now Xen has a horrible hack that lets it forward packets with partial checksums. One of the reasons that CHECKSUM_PARTIAL was added is so

Re: [NET]: Allow partial checksums to be forwarded

2007-03-26 Thread Herbert Xu
On Tue, Mar 27, 2007 at 02:36:48PM +1000, Herbert Xu wrote: Looks like I forgot to finish the checksum stuff for Xen last time around. [NET]: Allow partial checksums to be forwarded Hang on, this only gets rid of half the hack. Let me change this first so that we can get rid of them all