commit | b441f79532ec13dc82d05c55badc4da1f62a6141 | [log] [tgz] |
---|---|---|
author | Haiyang Zhang <haiyangz@microsoft.com> | Thu Sep 05 23:23:07 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 07 17:42:52 2019 +0200 |
tree | e79292f0b00ebbed8595de82e95d6ad9a8638d67 | |
parent | 22c63d9c9461b280df608f620ad2d18d984c11a9 [diff] |
hv_netvsc: Allow scatter-gather feature to be tunable In a previous patch, the NETIF_F_SG was missing after the code changes. That caused the SG feature to be "fixed". This patch includes it into hw_features, so it is tunable again. Fixes: 23312a3be999 ("netvsc: negotiate checksum and segmentation parameters") Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>