From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [RFC] GRO scalability Date: Sat, 06 Oct 2012 09:00:25 +0200 Message-ID: <1349506825.21172.241.camel@edumazet-glaptop> References: <1348750130.5093.1227.camel@edumazet-glaptop> <1348769294.5093.1566.camel@edumazet-glaptop> <1348769990.5093.1584.camel@edumazet-glaptop> <1348841041.5093.2477.camel@edumazet-glaptop> <1349448747.21172.113.camel@edumazet-glaptop> <20121006041155.GA27134@gondor.apana.org.au> <1349500126.4883.4.camel@edumazet-laptop> <20121006051407.GA27390@gondor.apana.org.au> <1349504541.21172.183.camel@edumazet-glaptop> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: David Miller , netdev , Jesse Gross To: Herbert Xu Return-path: Received: from mail-bk0-f46.google.com ([209.85.214.46]:38298 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750981Ab2JFHAa (ORCPT ); Sat, 6 Oct 2012 03:00:30 -0400 Received: by mail-bk0-f46.google.com with SMTP id jk13so1272152bkc.19 for ; Sat, 06 Oct 2012 00:00:28 -0700 (PDT) In-Reply-To: <1349504541.21172.183.camel@edumazet-glaptop> Sender: netdev-owner@vger.kernel.org List-ID: On Sat, 2012-10-06 at 08:22 +0200, Eric Dumazet wrote: > All drivers. > > If the napi->poll() consumes all budget, we dont call napi_complete() Probably nobody noticed, because TCP stack retransmits packets eventually. But this adds unexpected latencies. I'll send a patch.