Re: [PATCH net-next, 1/2] hv_netvsc: Allow scatter-gather feature to be tunable
From: Jakub Kicinski <hidden>
Date: 2019-08-30 23:06:01
Also in:
linux-hyperv, lkml
From: Jakub Kicinski <hidden>
Date: 2019-08-30 23:06:01
Also in:
linux-hyperv, lkml
On Fri, 30 Aug 2019 03:45:24 +0000, 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 checksum and segmentation parameters")^ Looks like a tab sneaked in there.
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>