RE: [Intel-wired-lan] [PATCH v3 3/3] i40e: Add UDP segmentation offload support

2019-10-16 Thread Bowers, AndrewX
> will...@google.com; Josh Hunt ; > alexander.h.du...@linux.intel.com > Subject: [Intel-wired-lan] [PATCH v3 3/3] i40e: Add UDP segmentation > offload support > > Based on a series from Alexander Duyck this change adds UDP segmentation > offload support to the i40e driver.

Re: [PATCH v3 3/3] i40e: Add UDP segmentation offload support

2019-10-11 Thread Samudrala, Sridhar
On 10/11/2019 10:56 AM, Alexander Duyck wrote: On Fri, 2019-10-11 at 10:39 -0700, Samudrala, Sridhar wrote: On 10/11/2019 9:53 AM, Josh Hunt wrote: Based on a series from Alexander Duyck this change adds UDP segmentation offload support to the i40e driver. CC: Alexander Duyck CC: Willem d

Re: [PATCH v3 3/3] i40e: Add UDP segmentation offload support

2019-10-11 Thread Alexander Duyck
On Fri, 2019-10-11 at 10:39 -0700, Samudrala, Sridhar wrote: > > On 10/11/2019 9:53 AM, Josh Hunt wrote: > > Based on a series from Alexander Duyck this change adds UDP segmentation > > offload support to the i40e driver. > > > > CC: Alexander Duyck > > CC: Willem de Bruijn > > Signed-off-by: J

Re: [PATCH v3 3/3] i40e: Add UDP segmentation offload support

2019-10-11 Thread Samudrala, Sridhar
On 10/11/2019 9:53 AM, Josh Hunt wrote: Based on a series from Alexander Duyck this change adds UDP segmentation offload support to the i40e driver. CC: Alexander Duyck CC: Willem de Bruijn Signed-off-by: Josh Hunt --- drivers/net/ethernet/intel/i40e/i40e_main.c | 1 + drivers/net/ethe

[PATCH v3 3/3] i40e: Add UDP segmentation offload support

2019-10-11 Thread Josh Hunt
Based on a series from Alexander Duyck this change adds UDP segmentation offload support to the i40e driver. CC: Alexander Duyck CC: Willem de Bruijn Signed-off-by: Josh Hunt --- drivers/net/ethernet/intel/i40e/i40e_main.c | 1 + drivers/net/ethernet/intel/i40e/i40e_txrx.c | 12 +---