Re: [net-next PATCH 02/10] net: Move GSO csum into SKB_GSO_CB

2016-02-06 Thread Tom Herbert
On Fri, Feb 5, 2016 at 3:27 PM, Alexander Duyck wrote: > This patch moves the checksum maintained by GSO out of skb->csum and into > the GSO context block in order to allow for us to work on outer checksums > while maintaining the inner checksum offsets in the case of the

[net-next PATCH 02/10] net: Move GSO csum into SKB_GSO_CB

2016-02-05 Thread Alexander Duyck
This patch moves the checksum maintained by GSO out of skb->csum and into the GSO context block in order to allow for us to work on outer checksums while maintaining the inner checksum offsets in the case of the inner checksum being offloaded, while the outer checksums will be computed. While