Re: [PATCH net-next, 1/2] hv_netvsc: Allow scatter-gather feature to be tunable

2019-08-30 Thread Jakub Kicinski
On Fri, 30 Aug 2019 03:45:24 +, Haiyang Zhang wrote: > 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

[PATCH net-next, 1/2] hv_netvsc: Allow scatter-gather feature to be tunable

2019-08-29 Thread Haiyang Zhang
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 ---