From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH v2 net-next 3/4] net: make listified RX functions return number of good packets Date: Fri, 7 Sep 2018 04:43:09 -0700 Message-ID: References: <2ed84271-06da-b5c2-3f23-940357880002@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: linux-net-drivers@solarflare.com, netdev@vger.kernel.org To: Edward Cree , Eric Dumazet , davem@davemloft.net Return-path: Received: from mail-wr1-f67.google.com ([209.85.221.67]:45528 "EHLO mail-wr1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725933AbeIGQXs (ORCPT ); Fri, 7 Sep 2018 12:23:48 -0400 Received: by mail-wr1-f67.google.com with SMTP id 20-v6so14617188wrb.12 for ; Fri, 07 Sep 2018 04:43:13 -0700 (PDT) In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 09/07/2018 03:44 AM, Edward Cree wrote: > > Any suggestions on how to construct a test that will? > Say 50 concurrent netperf -t TCP_RR -- -r 8000,8000 This way you have a mix of GRO-candidates, and non GRO ones (pure acks) GRO sizes would be reasonable (not full size GRO packets).