Re: [PATCH net] hyperv: Fix the NETIF_F_SG flag setting in netvsc

2013-07-17 Thread David Miller
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

RE: [PATCH net] hyperv: Fix the NETIF_F_SG flag setting in netvsc

2013-07-17 Thread KY Srinivasan
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

Re: [PATCH net] hyperv: Fix the NETIF_F_SG flag setting in netvsc

2013-07-16 Thread David Miller
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

[PATCH net] hyperv: Fix the NETIF_F_SG flag setting in netvsc

2013-07-16 Thread Haiyang Zhang
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