Zhang; KY Srinivasan; o...@aepfle.de; jasow...@redhat.com; linux-
>> ker...@vger.kernel.org; de...@linuxdriverproject.org
>> Subject: [PATCH net] hyperv: Fix the NETIF_F_SG flag setting in netvsc
>>
>> SG mode is not currently supported by netvsc, so remove this flag for now
ger.kernel.org; de...@linuxdriverproject.org
> Subject: [PATCH net] hyperv: Fix the NETIF_F_SG flag setting in netvsc
>
> SG mode is not currently supported by netvsc, so remove this flag for now.
> Otherwise, it will be unconditionally enabled by commit ec5f0615642
> "Kill link between C
From: Haiyang Zhang
Date: Tue, 16 Jul 2013 23:01:20 -0700
> SG mode is not currently supported by netvsc, so remove this flag for now.
> Otherwise, it will be unconditionally enabled by commit ec5f0615642
> "Kill link between CSUM and SG features"
> Previously, the SG feature is disabled beca
SG mode is not currently supported by netvsc, so remove this flag for now.
Otherwise, it will be unconditionally enabled by commit ec5f0615642
"Kill link between CSUM and SG features"
Previously, the SG feature is disabled because CSUM is not set here.
Signed-off-by: Haiyang Zhang
Reviewed-by