netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] ibmvnic: Enable SG and TSO feature support
@ 2017-10-17 17:36 Thomas Falcon
  2017-10-17 17:36 ` [PATCH net-next 1/3] ibmvnic: Enable scatter-gather support Thomas Falcon
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Thomas Falcon @ 2017-10-17 17:36 UTC (permalink / raw)
  To: netdev; +Cc: Thomas Falcon

This patch set is fairly straightforward. The first patch enables
scatter-gather support in the ibmvnic driver. The following patch
then enables the TCP Segmentation offload feature. The final patch 
allows users to enable or disable net device features using ethtool.

Enabling SG and TSO grants a large increase in throughput with TX
speed increasing from 1Gb/s to 9Gb/s in our initial test runs.

Thomas Falcon (3):
  ibmvnic: Enable scatter-gather support
  ibmvnic: Enable TSO support
  ibmvnic: Let users change net device features

 drivers/net/ethernet/ibm/ibmvnic.c | 81 +++++++++++++++++++++++++++++++++-----
 drivers/net/ethernet/ibm/ibmvnic.h |  5 +++
 2 files changed, 76 insertions(+), 10 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2017-10-27 10:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-17 17:36 [PATCH net-next 0/3] ibmvnic: Enable SG and TSO feature support Thomas Falcon
2017-10-17 17:36 ` [PATCH net-next 1/3] ibmvnic: Enable scatter-gather support Thomas Falcon
2017-10-18 11:04   ` David Laight
2017-10-26 17:51     ` Thomas Falcon
2017-10-27 10:05       ` David Laight
2017-10-17 17:36 ` [PATCH net-next 2/3] ibmvnic: Enable TSO support Thomas Falcon
2017-10-17 17:36 ` [PATCH net-next 3/3] ibmvnic: Let users change net device features Thomas Falcon
2017-10-19 12:20 ` [PATCH net-next 0/3] ibmvnic: Enable SG and TSO feature support David Miller

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