From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [Xen-devel] xen-netback: count number required slots for an skb more carefully Date: Wed, 4 Sep 2013 08:38:57 +0100 Message-ID: <20130904073857.GI14104@zion.uk.xensource.com> References: <1378229390-12919-1-git-send-email-david.vrabel@citrix.com> <20130903215328.GA13465@zion.uk.xensource.com> <52269A37.7030600@oracle.com> <20130904060446.GA25227@u109add4315675089e695.ant.amazon.com> <5226D994.9000401@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Matt Wilson , Wei Liu , David Vrabel , , Konrad Rzeszutek Wilk , Boris Ostrovsky , Ian Campbell , , To: annie li Return-path: Received: from smtp.citrix.com ([66.165.176.89]:31420 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762090Ab3IDHi6 (ORCPT ); Wed, 4 Sep 2013 03:38:58 -0400 Content-Disposition: inline In-Reply-To: <5226D994.9000401@oracle.com> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Sep 04, 2013 at 02:56:20PM +0800, annie li wrote: > > On 2013-9-4 14:04, Matt Wilson wrote: > >On Wed, Sep 04, 2013 at 10:25:59AM +0800, annie li wrote: > >>On 2013-9-4 5:53, Wei Liu wrote: > >[...] > >>>Matt, do you fancy sending the final version? IIRC the commit message > >>>needs to be re-written. I personally still prefer Matt's solution as > >>>it a) make efficient use of the ring, b) uses ring pointers to > >>>calculate slots which is most accurate, c) removes the dependence on > >>>MAX_SKB_FRAGS in guest RX path. > >>> > >>>Anyway, we should get this fixed ASAP. > >>Totally agree. This issue is easy to be reproduced with large MTU. > >>It is better to upstream the fix soon in case others hit it and > >>waste time to fix it. > >I'd like to go with Xi's proposed patch that I posed earlier. The main > >thing that's kept me from sending a final version is lack of time to > >retest against a newer kernel. > > > >Could someone help out with that? I probably can't get to it until the > >end of the week. > > I can rebase it. Since wei's NAPI &1:1 model patch went into > net-next already, it should not be able to applied directly. > I think this one should go to net then queue up for stable, not net-next. Wei. > Thanks > Annie > > > >Sorry for the delay. :-( > > > >--msw