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)
commit739d0def85ca495795ecec8ce248416c94d1f234
tree1565b962dc2a0fb5b466868022fefa2a48ae10fe
parentbd4d08daeb959234a9f8365037b0fefa6ae790c6
parentf1951c22562a4f5a5c8ba82672352f7f6e5736b2
Merge branch 'hv_netvsc-Support-LRO-RSC-in-the-vSwitch'

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>