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 :)

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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 that we can get rid of this hack (where it creates an extra bit
in the skbuff to essentially mirror ip_summed without being destroyed
by the forwarding code).

So here is the patch that lets us get rid of the hack by preserving
CHECKSUM_PARTIAL on forwarded packets.

Signed-off-by: Herbert Xu <[EMAIL PROTECTED]>

Cheers,
  


Looks okay.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html