From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 496D87E7F for ; Wed, 19 Oct 2016 11:41:38 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 19 Oct 2016 02:41:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,513,1473145200"; d="scan'208";a="181383741" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.138]) by fmsmga004.fm.intel.com with SMTP; 19 Oct 2016 02:41:35 -0700 Received: by (sSMTP sendmail emulation); Wed, 19 Oct 2016 10:41:35 +0100 Date: Wed, 19 Oct 2016 10:41:34 +0100 From: Bruce Richardson To: John Daley Cc: dev@dpdk.org Message-ID: <20161019094134.GG27816@bricha3-MOBL3.ger.corp.intel.com> References: <20161012212229.6603-1-johndale@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161012212229.6603-1-johndale@cisco.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.7.1 (2016-10-04) Subject: Re: [dpdk-dev] [PATCH] net/enic: fix poor multi-queue Rx performance X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 09:41:38 -0000 On Wed, Oct 12, 2016 at 02:22:29PM -0700, John Daley wrote: > The rx_free_thresh was not being initialized and left at 0 > on 1/2 of the RQs which could lead to poor multi-queue > performanace. > > Fixes: 856d7ba7ed22 ("net/enic: support scattered Rx") > > Signed-off-by: John Daley > Reviewed-by: Nelson Escobar Applied to dpdk-next-net/rel_16_11 /Bruce