Re: [NET]: Use csum_start offset instead of skb_transport_header

2007-04-09 Thread David Miller
> > [NET]: Use csum_start offset instead of skb_transport_header > > The skb transport pointer is currently used to specify the start > of the checksum region for transmit checksum offload. Unfortunately, > the same pointer is also used during receive side processing. > > T

[NET]: Use csum_start offset instead of skb_transport_header

2007-04-03 Thread Herbert Xu
Hi Dave: I've finally managed to kill the Xen csum_blank/proto_data_valid hack. In the process I needed to make two more changes to Linux. Here are the patches against net-2.6.22. [NET]: Use csum_start offset instead of skb_transport_header The skb transport pointer is currently us