mbox series

[next-queue,v2,0/4] ixgbe: Enable tso and checksum offload with ipsec

Message ID 1521223747-12018-1-git-send-email-shannon.nelson@oracle.com
Headers show
Series ixgbe: Enable tso and checksum offload with ipsec | expand

Message

Shannon Nelson March 16, 2018, 6:09 p.m. UTC
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(-)