netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Duyck <aduyck@mirantis.com>
To: intel-wired-lan@lists.osuosl.org, jeffrey.t.kirsher@intel.com
Cc: tom@herbertland.com, netdev@vger.kernel.org
Subject: [next PATCH 0/4] Add support for generic Tx checksums to igb, ixgbe, igbvf, ixgbevf
Date: Mon, 11 Jan 2016 09:53:50 -0800	[thread overview]
Message-ID: <20160111173724.4101.35798.stgit@localhost.localdomain> (raw)

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

             reply	other threads:[~2016-01-11 17:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-11 17:53 Alexander Duyck [this message]
2016-01-11 17:53 ` [next PATCH 1/4] ixgbe: Add support for generic Tx checksums Alexander Duyck
2016-01-11 18:11   ` Tom Herbert
2016-01-11 20:29     ` [Intel-wired-lan] " Alexander Duyck
2016-01-11 20:49       ` Tom Herbert
2016-01-11 17:54 ` [next PATCH 2/4] ixgbevf: " Alexander Duyck
2016-01-11 17:54 ` [next PATCH 3/4] igb: " Alexander Duyck
2016-01-11 17:54 ` [next PATCH 4/4] igbvf: " Alexander Duyck
2016-01-12  4:43 ` [next PATCH 0/4] Add support for generic Tx checksums to igb, ixgbe, igbvf, ixgbevf David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160111173724.4101.35798.stgit@localhost.localdomain \
    --to=aduyck@mirantis.com \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=jeffrey.t.kirsher@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=tom@herbertland.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).