[RFC PATCH 9/9] ixgbe/ixgbevf: Add support for GSO partial

2016-03-18 Thread Alexander Duyck
This patch adds support for partial GSO segmentation in the case of GRE or UDP encapsulated frames. The one bit in this patch that is a bit controversial is the fact that we are leaving the inner IPv4 IP ID as a static value in the case of segmentation. As per RFC6864 this should be acceptable as

Re: [RFC PATCH 9/9] ixgbe/ixgbevf: Add support for GSO partial

2016-03-18 Thread Jesse Gross
On Fri, Mar 18, 2016 at 4:25 PM, Alexander Duyck wrote: > This patch adds support for partial GSO segmentation in the case of GRE or > UDP encapsulated frames. > > The one bit in this patch that is a bit controversial is the fact that we > are leaving the inner IPv4 IP ID as a static value in the

Re: [RFC PATCH 9/9] ixgbe/ixgbevf: Add support for GSO partial

2016-03-18 Thread Alexander Duyck
On Fri, Mar 18, 2016 at 7:05 PM, Jesse Gross wrote: > On Fri, Mar 18, 2016 at 4:25 PM, Alexander Duyck wrote: >> This patch adds support for partial GSO segmentation in the case of GRE or >> UDP encapsulated frames. >> >> The one bit in this patch that is a bit controversial is the fact that we >