From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 04AF747D1 for ; Tue, 22 Mar 2016 18:33:52 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 22 Mar 2016 10:33:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,378,1455004800"; d="scan'208";a="71257514" Received: from fooyekan-mobl2.ger.corp.intel.com ([10.252.25.15]) by fmsmga004.fm.intel.com with SMTP; 22 Mar 2016 10:33:50 -0700 Received: by (sSMTP sendmail emulation); Tue, 22 Mar 2016 17:33:49 +0025 Date: Tue, 22 Mar 2016 17:33:49 +0000 From: Bruce Richardson To: John Daley Cc: dev@dpdk.org, Nelson Escobar Message-ID: <20160322173349.GL20448@bricha3-MOBL3> References: <1458254810-32283-1-git-send-email-johndale@cisco.com> <1458326014-30910-1-git-send-email-johndale@cisco.com> <20160322173241.GK20448@bricha3-MOBL3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160322173241.GK20448@bricha3-MOBL3> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2] enic: fix incorrect setting of rx descriptor limit 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: Tue, 22 Mar 2016 17:33:53 -0000 On Tue, Mar 22, 2016 at 05:32:41PM +0000, Bruce Richardson wrote: > On Fri, Mar 18, 2016 at 11:33:34AM -0700, John Daley wrote: > > From: Nelson Escobar > > > > On initialization, the rq descriptor count was set to the limit > > of the vic. When the requested number of rx descriptors was > > less than this count, enic_alloc_rq() was incorrectly setting > > the count to the lower value. This results in later calls to > > enic_alloc_rq() incorrectly using the lower value as the adapter > > limit. > > > > Signed-off-by: Nelson Escobar > > Fixes: fefed3d1e62c ("enic: new driver") > > Reviewed-by: John Daley > > Please put the fixes line above the signoffs, not in the middle of them. It just > makes it easier to read. I'll fix this for this patch when applying it. > > /Bruce Applied to dpdk-next-net/rel_16_04 /Bruce