From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp2120.oracle.com ([156.151.31.85]:42904 "EHLO userp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753020AbeCPSJZ (ORCPT ); Fri, 16 Mar 2018 14:09:25 -0400 From: Shannon Nelson To: intel-wired-lan@lists.osuosl.org Cc: netdev@vger.kernel.org, steffen.klassert@secunet.com Subject: [next-queue v2 0/4] ixgbe: Enable tso and checksum offload with ipsec Date: Fri, 16 Mar 2018 11:09:03 -0700 Message-Id: <1521223747-12018-1-git-send-email-shannon.nelson@oracle.com> Sender: netdev-owner@vger.kernel.org List-ID: This patchset fixes up the bits for supporting TSO and checksum offload in conjunction with IPsec offload. This brings the throughput of a simple iperf test back up to nearly line rate. v2: fixes in patch 4 from Alex's comments Shannon Nelson (4): ixgbe: no need for ipsec csum feature check ixgbe: remove unneeded ipsec test in Tx path ixgbe: no need for esp trailer if gso ixgbe: enable tso with ipsec offload drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c | 45 +++++++++++++++----------- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 30 ++++++++--------- 2 files changed, 42 insertions(+), 33 deletions(-) -- 2.7.4