]> git.baikalelectronics.ru Git - kernel.git/commit
hyperv: Fix the NETIF_F_SG flag setting in netvsc
authorHaiyang Zhang <haiyangz@microsoft.com>
Wed, 17 Jul 2013 06:01:20 +0000 (23:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Jul 2013 06:02:24 +0000 (23:02 -0700)
commiteef989c93124de2528b0a3e5927cb5bdb70057cc
tree2b9499b4769fa8504a3ae74e96448c776c4a07fb
parent3087294694665b75171884bcb25f17730ae07066
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 0568564d1b1
    "Kill link between CSUM and SG features"
Previously, the SG feature is disabled because CSUM is not set here.

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/netvsc_drv.c