From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH V2 net 1/1] hyperv: Properly handle checksum offload Date: Wed, 30 Apr 2014 16:17:16 -0400 (EDT) Message-ID: <20140430.161716.924697588530649976.davem@davemloft.net> References: <1398884305-21618-1-git-send-email-kys@microsoft.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, apw@canonical.com, devel@linuxdriverproject.org To: kys@microsoft.com Return-path: In-Reply-To: <1398884305-21618-1-git-send-email-kys@microsoft.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: "K. Y. Srinivasan" Date: Wed, 30 Apr 2014 11:58:25 -0700 > Do checksum offload only if the client of the driver wants checksum to be > offloaded. > > In V1 version of this patch, I addressed comments from > Stephen Hemminger and > Eric Dumazet . > > In this version of the patch I have addressed comments from > David Miller. > > This patch fixes a bug that is exposed in gateway scenarios. > > Signed-off-by: K. Y. Srinivasan > Reviewed-by: Haiyang Zhang Applied and queued up for -stable, t hanks.