From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark McLoughlin Subject: Re: [PATCH 1/3] Fix partial csum rx handling Date: Thu, 29 May 2008 08:58:23 +0100 Message-ID: <1212047903.3338.21.camel@muff> References: <1211888168-3814-1-git-send-email-markmc@redhat.com> <1211888168-3814-2-git-send-email-markmc@redhat.com> <20080529065015.GB18007@gondor.apana.org.au> Reply-To: Mark McLoughlin Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Herbert Xu Return-path: Received: from mx1.redhat.com ([66.187.233.31]:33217 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751379AbYE2H6f (ORCPT ); Thu, 29 May 2008 03:58:35 -0400 In-Reply-To: <20080529065015.GB18007@gondor.apana.org.au> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, 2008-05-29 at 16:50 +1000, Herbert Xu wrote: > On Tue, May 27, 2008 at 12:36:06PM +0100, Mark McLoughlin wrote: > > When we receive a packet with a partial csum, > > just set ip_summed to CHECKSUM_UNNECESSARY. > > > > Signed-off-by: Mark McLoughlin > > Cc: Herbert Xu > > I'm not sure I follow the context of this patch. Could you > explain what it's for? Yeah, sorry. These three patches are to kvm-guest-driver-linux's awk script which munges the virtio drivers so that they can be built for older kernels. So, the three patches are what I needed to make csum/GSO handling work correctly on the RHEL5 2.6.18 based kernel. Cheers, Mark.