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 485342BA6 for ; Tue, 22 Mar 2016 17:48:06 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 22 Mar 2016 09:48:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,377,1455004800"; d="scan'208";a="769203541" Received: from fooyekan-mobl2.ger.corp.intel.com ([10.252.25.15]) by orsmga003.jf.intel.com with SMTP; 22 Mar 2016 09:47:58 -0700 Received: by (sSMTP sendmail emulation); Tue, 22 Mar 2016 16:47:57 +0025 Date: Tue, 22 Mar 2016 16:47:57 +0000 From: Bruce Richardson To: John Daley Cc: dev@dpdk.org, Nelson Escobar Message-ID: <20160322164757.GE20448@bricha3-MOBL3> References: <1458254998-4336-1-git-send-email-johndale@cisco.com> <20160322164630.GD20448@bricha3-MOBL3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160322164630.GD20448@bricha3-MOBL3> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] enic: prevent segfaults when allocating too many TX or RX queues 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 16:48:06 -0000 On Tue, Mar 22, 2016 at 04:46:30PM +0000, Bruce Richardson wrote: > On Thu, Mar 17, 2016 at 03:49:58PM -0700, John Daley wrote: > > From: Nelson Escobar > > > > Add checks to make sure we don't try to allocate more tx or rx queues > > than we support. > > > > Signed-off-by: Nelson Escobar > > Reviewed-by: John Daley > > Better to use the word fix in the title to indicate this is a bug-fix. Also missing > a fixes line of: > > Fixes: fefed3d1e62c ("enic: new driver") > > Will fix this up on apply. > > /Bruce Applied to dpdk-next-net/rel_16_04 /Bruce