From: Alexander Duyck <aduyck@mirantis.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [next PATCH v2 0/4] Add support for generic Tx checksums to igb, ixgbe, igbvf, ixgbevf
Date: Wed, 13 Jan 2016 07:31:04 -0800 [thread overview]
Message-ID: <20160113153001.4527.91152.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
v2: Fixed whitespace errors in igbvf patch.
Updated patch descriptions to wrap lines at 75 characters.
---
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(-)
--
next reply other threads:[~2016-01-13 15:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-13 15:31 Alexander Duyck [this message]
2016-01-13 15:31 ` [Intel-wired-lan] [next PATCH v2 1/4] ixgbe: Add support for generic Tx checksums Alexander Duyck
2016-03-01 17:38 ` Bowers, AndrewX
2016-01-13 15:31 ` [Intel-wired-lan] [next PATCH v2 2/4] ixgbevf: " Alexander Duyck
2016-03-01 17:35 ` Bowers, AndrewX
2016-01-13 15:31 ` [Intel-wired-lan] [next PATCH v2 3/4] igb: " Alexander Duyck
2016-01-15 3:22 ` Brown, Aaron F
2016-01-13 15:31 ` [Intel-wired-lan] [next PATCH v2 4/4] igbvf: " Alexander Duyck
2016-01-15 3:26 ` Brown, Aaron F
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=20160113153001.4527.91152.stgit@localhost.localdomain \
--to=aduyck@mirantis.com \
--cc=intel-wired-lan@osuosl.org \
/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