[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160111173724.4101.35798.stgit@localhost.localdomain>
Date: Mon, 11 Jan 2016 09:53:50 -0800
From: Alexander Duyck <aduyck@...antis.com>
To: intel-wired-lan@...ts.osuosl.org, jeffrey.t.kirsher@...el.com
Cc: tom@...bertland.com, netdev@...r.kernel.org
Subject: [next PATCH 0/4] Add support for generic Tx checksums to igb, ixgbe,
igbvf, ixgbevf
It turns out we were doing far more than we needed to in the Tx checksum
functions for the drivers. As a result it hid the fact that the hardware
is actually much more capable of handling generic offloads then previously
realized.
This patch series enables generic Tx checksum support for igb and ixgbe
based Intel server adapters. In addition it adds a number of other items
such as:
Inner checksum support for MPLS
Encapsulated checksum support for igb, igbvf, and ixgbevf
SCTP CRC offload support for VLAN tunnels, and VFs
IPv6 extension header support for igb and igbvf
---
Alexander Duyck (4):
ixgbe: Add support for generic Tx checksums
ixgbevf: Add support for generic Tx checksums
igb: Add support for generic Tx checksums
igbvf: Add support for generic Tx checksums
drivers/net/ethernet/intel/igb/igb_main.c | 114 ++++++---------
drivers/net/ethernet/intel/igbvf/netdev.c | 142 ++++++++++--------
drivers/net/ethernet/intel/igbvf/vf.h | 1
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 163 ++++++++-------------
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 104 ++++++-------
5 files changed, 231 insertions(+), 293 deletions(-)
--
Powered by blists - more mailing lists