From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bowers, AndrewX Date: Wed, 16 Oct 2019 16:43:40 +0000 Subject: [Intel-wired-lan] [PATCH v3 2/3] ixgbe: Add UDP segmentation offload support In-Reply-To: <1570812820-20052-3-git-send-email-johunt@akamai.com> References: <1570812820-20052-1-git-send-email-johunt@akamai.com> <1570812820-20052-3-git-send-email-johunt@akamai.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: > -----Original Message----- > From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On > Behalf Of Josh Hunt > Sent: Friday, October 11, 2019 9:54 AM > To: netdev at vger.kernel.org; intel-wired-lan at lists.osuosl.org; Kirsher, > Jeffrey T > Cc: Duyck, Alexander H ; > willemb at google.com; Josh Hunt ; > alexander.h.duyck at linux.intel.com > Subject: [Intel-wired-lan] [PATCH v3 2/3] ixgbe: Add UDP segmentation > offload support > > Repost from a series by Alexander Duyck to add UDP segmentation offload > support to the igb driver: > https://lore.kernel.org/netdev/20180504003916.4769.66271.stgit at localhost.l > ocaldomain/ > > CC: Alexander Duyck > CC: Willem de Bruijn > Suggested-by: Alexander Duyck > Signed-off-by: Josh Hunt > --- > drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 24 > ++++++++++++++++++------ > 1 file changed, 18 insertions(+), 6 deletions(-) Tested-by: Andrew Bowers