From: Alexander Duyck <aduyck@mirantis.com>
To: herbert@gondor.apana.org.au, tom@herbertland.com,
jesse@kernel.org, alexander.duyck@gmail.com, edumazet@google.com,
intel-wired-lan@lists.osuosl.org, jeffrey.t.kirsher@intel.com,
netdev@vger.kernel.org, davem@davemloft.net
Subject: [next-queue PATCH 0/3] Add support for GSO partial to Intel NIC drivers
Date: Fri, 08 Apr 2016 17:06:34 -0400 [thread overview]
Message-ID: <20160408210103.13096.77973.stgit@ahduyck-xeon-server> (raw)
In-Reply-To: <20160408203013.12838.63429.stgit@ahduyck-xeon-server>
So these are the patches needed to enable tunnel segmentation offloads on
the igb, igbvf, ixgbe, and ixgbevf drivers. In addition this patch extends
the i40e and i40evf drivers to include segmentation support for tunnels
with outer checksums.
The net performance gain for these patches are pretty significant. In the
case of i40e a tunnel with outer checksums showed the following
improvement:
Throughput Throughput Local Local Result
Units CPU Service Tag
Util Demand
%
14066.29 10^6bits/s 3.49 0.651 "before"
20618.16 10^6bits/s 3.09 0.393 "after"
For ixgbe similar results were seen:
Throughput Throughput Local Local Result
Units CPU Service Tag
Util Demand
%
12879.89 10^6bits/s 10.00 0.763 "before"
14286.77 10^6bits/s 5.74 0.395 "after"
These patches all rely on the TSO_MANGLEID and GSO_PARTIAL patches so I
would not recommend applying them until those patches have first been
applied.
---
Alexander Duyck (3):
i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUM
ixgbe/ixgbevf: Add support for GSO partial
igb/igbvf: Add support for GSO partial
drivers/net/ethernet/intel/i40e/i40e_main.c | 10 +
drivers/net/ethernet/intel/i40e/i40e_txrx.c | 7 +
drivers/net/ethernet/intel/i40evf/i40e_txrx.c | 7 +
drivers/net/ethernet/intel/i40evf/i40evf_main.c | 10 +
drivers/net/ethernet/intel/igb/igb_main.c | 112 ++++++++++----
drivers/net/ethernet/intel/igbvf/netdev.c | 173 +++++++++++++--------
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 105 +++++++++----
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 123 ++++++++++++---
8 files changed, 391 insertions(+), 156 deletions(-)
next prev parent reply other threads:[~2016-04-08 21:06 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-08 20:33 [net-next PATCH 0/5] GRO Fixed IPv4 ID support and GSO partial support Alexander Duyck
2016-04-08 20:33 ` [net-next PATCH 1/5] ethtool: Add support for toggling any of the GSO offloads Alexander Duyck
2016-04-08 20:33 ` [net-next PATCH 2/5] GSO: Add GSO type for fixed IPv4 ID Alexander Duyck
2016-04-08 21:41 ` Jesse Gross
2016-04-08 22:12 ` Alexander Duyck
2016-04-08 20:33 ` [net-next PATCH 3/5] GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values Alexander Duyck
2016-04-08 20:33 ` [net-next PATCH 4/5] GSO: Support partial segmentation offload Alexander Duyck
2016-04-08 20:33 ` [net-next PATCH 5/5] Documentation: Add documentation for TSO and GSO features Alexander Duyck
2016-04-08 21:06 ` Alexander Duyck [this message]
2016-04-08 21:06 ` [next-queue PATCH 1/3] i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUM Alexander Duyck
2016-04-09 6:51 ` Jeff Kirsher
2016-04-08 21:06 ` [next-queue PATCH 2/3] ixgbe/ixgbevf: Add support for GSO partial Alexander Duyck
2016-04-09 6:53 ` Jeff Kirsher
2016-04-08 21:06 ` [next-queue PATCH 3/3] igb/igbvf: " Alexander Duyck
2016-04-09 6:59 ` [next-queue PATCH 0/3] Add support for GSO partial to Intel NIC drivers Jeff Kirsher
2016-04-09 15:41 ` Alexander Duyck
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=20160408210103.13096.77973.stgit@ahduyck-xeon-server \
--to=aduyck@mirantis.com \
--cc=alexander.duyck@gmail.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=herbert@gondor.apana.org.au \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=jeffrey.t.kirsher@intel.com \
--cc=jesse@kernel.org \
--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).