From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 47C98293B for ; Wed, 29 Jun 2016 12:48:20 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 29 Jun 2016 03:48:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,546,1459839600"; d="scan'208";a="1007390716" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.81]) by orsmga002.jf.intel.com with SMTP; 29 Jun 2016 03:48:06 -0700 Received: by (sSMTP sendmail emulation); Wed, 29 Jun 2016 11:48:04 +0025 Date: Wed, 29 Jun 2016 11:48:04 +0100 From: Bruce Richardson To: Nelson Escobar Cc: dev@dpdk.org Message-ID: <20160629104804.GK4720@bricha3-MOBL3> References: <20160628111256.GD22860@bricha3-MOBL3> <1467139751-31925-1-git-send-email-neescoba@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467139751-31925-1-git-send-email-neescoba@cisco.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2] enic: fix issues when using Rx scatter with multiple RQs 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, 29 Jun 2016 10:48:20 -0000 On Tue, Jun 28, 2016 at 11:49:11AM -0700, Nelson Escobar wrote: > The Rx scatter patch failed to make a few changes and resulted in > problems when using multiple receive queues in dpdk (ie RSS) since the > wrong adapter resources were being used. > > - get and use the correct completion queue index associated with a > receive queue. > - set the correct receive queue index when using RSS > > Fixes: 14a261bf0520 ("enic: add scattered Rx support") > > Signed-off-by: Nelson Escobar > Reviewed-by: John Daley Applied to dpdk-next-net/rel_16_07 /Bruce