From mboxrd@z Thu Jan 1 00:00:00 1970 From: annie li Subject: Re: [Xen-devel] xen-netback: count number required slots for an skb more carefully Date: Wed, 04 Sep 2013 14:56:20 +0800 Message-ID: <5226D994.9000401@oracle.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> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Wei Liu , David Vrabel , xen-devel@lists.xen.org, Konrad Rzeszutek Wilk , Boris Ostrovsky , Ian Campbell , netdev@vger.kernel.org, msw@amazon.com To: Matt Wilson Return-path: Received: from aserp1040.oracle.com ([141.146.126.69]:43744 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761963Ab3IDG4j (ORCPT ); Wed, 4 Sep 2013 02:56:39 -0400 In-Reply-To: <20130904060446.GA25227@u109add4315675089e695.ant.amazon.com> Sender: netdev-owner@vger.kernel.org List-ID: 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. Thanks Annie > > Sorry for the delay. :-( > > --msw