]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
Merge branch 'ibmvnic-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 19 Oct 2017 12:20:32 +0000 (13:20 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Oct 2017 12:20:32 +0000 (13:20 +0100)
commitac79a512b6fd5831a12859fd1d3c5e38103bcaeb
tree9f7e2ea3ce19549cf99ddeebc4c0593f434dbd2e
parent010f245b9dd734adda6386c494a4ace953ea8dc4
parentaa0bf8510dac901badc6889b208fc0e7d9225924
Merge branch 'ibmvnic-next'

Thomas Falcon says:

====================
ibmvnic: Enable SG and TSO feature support

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

Signed-off-by: David S. Miller <davem@davemloft.net>