All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [next PATCH 0/4] Add support for generic Tx checksums to igb, ixgbe, igbvf, ixgbevf
@ 2016-01-11 17:53 ` Alexander Duyck
  0 siblings, 0 replies; 18+ messages in thread
From: Alexander Duyck @ 2016-01-11 17:53 UTC (permalink / raw)
  To: intel-wired-lan

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(-)

--

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2016-01-12  4:43 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-11 17:53 [Intel-wired-lan] [next PATCH 0/4] Add support for generic Tx checksums to igb, ixgbe, igbvf, ixgbevf Alexander Duyck
2016-01-11 17:53 ` Alexander Duyck
2016-01-11 17:53 ` [Intel-wired-lan] [next PATCH 1/4] ixgbe: Add support for generic Tx checksums Alexander Duyck
2016-01-11 17:53   ` Alexander Duyck
2016-01-11 18:11   ` [Intel-wired-lan] " Tom Herbert
2016-01-11 18:11     ` Tom Herbert
2016-01-11 20:29     ` [Intel-wired-lan] " Alexander Duyck
2016-01-11 20:29       ` Alexander Duyck
2016-01-11 20:49       ` Tom Herbert
2016-01-11 20:49         ` Tom Herbert
2016-01-11 17:54 ` [Intel-wired-lan] [next PATCH 2/4] ixgbevf: " Alexander Duyck
2016-01-11 17:54   ` Alexander Duyck
2016-01-11 17:54 ` [Intel-wired-lan] [next PATCH 3/4] igb: " Alexander Duyck
2016-01-11 17:54   ` Alexander Duyck
2016-01-11 17:54 ` [Intel-wired-lan] [next PATCH 4/4] igbvf: " Alexander Duyck
2016-01-11 17:54   ` Alexander Duyck
2016-01-12  4:43 ` [Intel-wired-lan] [next PATCH 0/4] Add support for generic Tx checksums to igb, ixgbe, igbvf, ixgbevf David Miller
2016-01-12  4:43   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.