[patch 26/29] xen: fix netfront checksums

2007-05-04 Thread Jeremy Fitzhardinge
If we receive a partially checksummed packed, we need to work out how much of it was checksummed based on its protocol. The ideal would be that Xen could tell us how much is checksummed, but in the meantime we'll make do with this. [ This is a separate patch for review; will be folded into

[patch 26/29] xen: fix netfront checksums

2007-05-04 Thread Jeremy Fitzhardinge
If we receive a partially checksummed packed, we need to work out how much of it was checksummed based on its protocol. The ideal would be that Xen could tell us how much is checksummed, but in the meantime we'll make do with this. [ This is a separate patch for review; will be folded into