Merge branch 'hv_netvsc-Support-LRO-RSC-in-the-vSwitch'
authorDavid S. Miller <davem@davemloft.net>
Sun, 23 Sep 2018 00:23:16 +0000 (17:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 23 Sep 2018 00:23:16 +0000 (17:23 -0700)
Haiyang Zhang says:

====================
hv_netvsc: Support LRO/RSC in the vSwitch

The patch adds support for LRO/RSC in the vSwitch feature. It reduces
the per packet processing overhead by coalescing multiple TCP segments
when possible. The feature is enabled by default on VMs running on
Windows Server 2019 and later.

The patch set also adds ethtool command handler and documents.
====================

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

Trivial merge