From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] hyperv: Fix the NETIF_F_SG flag setting in netvsc Date: Wed, 17 Jul 2013 11:57:15 -0700 (PDT) Message-ID: <20130717.115715.965921785189776151.davem@davemloft.net> References: <1374040880-20468-1-git-send-email-haiyangz@microsoft.com> <8906250c5dfc4f7ab0d84019bf7b9a44@SN2PR03MB061.namprd03.prod.outlook.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: olaf@aepfle.de, netdev@vger.kernel.org, jasowang@redhat.com, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, haiyangz@microsoft.com To: kys@microsoft.com Return-path: In-Reply-To: <8906250c5dfc4f7ab0d84019bf7b9a44@SN2PR03MB061.namprd03.prod.outlook.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: driverdev-devel-bounces@linuxdriverproject.org List-Id: netdev.vger.kernel.org From: KY Srinivasan Date: Wed, 17 Jul 2013 11:40:41 +0000 > > >> -----Original Message----- >> From: Haiyang Zhang [mailto:haiyangz@microsoft.com] >> Sent: Wednesday, July 17, 2013 2:01 AM >> To: davem@davemloft.net; netdev@vger.kernel.org >> Cc: Haiyang Zhang; KY Srinivasan; olaf@aepfle.de; jasowang@redhat.com; linux- >> kernel@vger.kernel.org; devel@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 CSUM and SG features" >> Previously, the SG feature is disabled because CSUM is not set here. >> >> Signed-off-by: Haiyang Zhang >> Reviewed-by: K. Y. Srinivasan > > We would need to apply this patch to 3.9 and 3.10 as well that are currently broken. I have already queued this patch up for -stable submission.