From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] enic: prevent segfaults when allocating too many TX or RX queues Date: Tue, 22 Mar 2016 16:47:57 +0000 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 Cc: dev@dpdk.org, Nelson Escobar To: John Daley 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) Content-Disposition: inline In-Reply-To: <20160322164630.GD20448@bricha3-MOBL3> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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