commit | c8e4eff4675f22ad1110141ed9e62102d4d77e1c | [log] [tgz] |
---|---|---|
author | Haiyang Zhang <haiyangz@microsoft.com> | Fri Sep 21 18:20:35 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 22 17:23:15 2018 -0700 |
tree | b5b80a632a4034d0f9e2cbae9f748bb90a9eb50f | |
parent | bd4d08daeb959234a9f8365037b0fefa6ae790c6 [diff] |
hv_netvsc: Add support for LRO/RSC in the vSwitch LRO/RSC in the vSwitch is a feature available in Windows Server 2019 hosts and later. It reduces the per packet processing overhead by coalescing multiple TCP segments when possible. This patch adds netvsc driver support for this feature. Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>