Re: [PATCH v2 1/3] igb: Add UDP segmentation offload support

2019-10-11 Thread Josh Hunt
On 10/11/19 8:29 AM, Alexander Duyck wrote: On Thu, 2019-10-10 at 20:25 -0400, Josh Hunt wrote: Based on a series from Alexander Duyck this change adds UDP segmentation offload support to the igb driver. CC: Alexander Duyck CC: Willem de Bruijn Signed-off-by: Josh Hunt --- drivers/net/e

Re: [PATCH v2 1/3] igb: Add UDP segmentation offload support

2019-10-11 Thread Alexander Duyck
On Thu, 2019-10-10 at 20:25 -0400, Josh Hunt wrote: > Based on a series from Alexander Duyck this change adds UDP segmentation > offload support to the igb driver. > > CC: Alexander Duyck > CC: Willem de Bruijn > Signed-off-by: Josh Hunt > --- > drivers/net/ethernet/intel/igb/e1000_82575.h |

[PATCH v2 1/3] igb: Add UDP segmentation offload support

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