From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8B8466936 for ; Wed, 19 Oct 2016 11:43:03 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 19 Oct 2016 02:43:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,514,1473145200"; d="scan'208";a="181384057" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.138]) by fmsmga004.fm.intel.com with SMTP; 19 Oct 2016 02:43:00 -0700 Received: by (sSMTP sendmail emulation); Wed, 19 Oct 2016 10:43:00 +0100 Date: Wed, 19 Oct 2016 10:43:00 +0100 From: Bruce Richardson To: John Daley Cc: dev@dpdk.org, Nelson Escobar Message-ID: <20161019094259.GI27816@bricha3-MOBL3.ger.corp.intel.com> References: <20161012201129.31611-1-johndale@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161012201129.31611-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 1/2] net/enic: fix error in init of RQ when not using Rx scatter 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:43:04 -0000 On Wed, Oct 12, 2016 at 01:11:28PM -0700, John Daley wrote: > From: Nelson Escobar > > The Rx scatter patch was accidentally setting the index of the > secondary receive queue in the primary receive queue's initialization > when the secondary receive queue wasn't needed and was disabled. This > caused some misleading hardware counters in some situations. > > Fixes: 856d7ba7ed22 ("net/enic: support scattered Rx") > > Signed-off-by: Nelson Escobar > Reviewed-by: John Daley Patchset applied to dpdk-next-net/rel_16_11 /Bruce