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:46:30 +0000 Message-ID: <20160322164630.GD20448@bricha3-MOBL3> References: <1458254998-4336-1-git-send-email-johndale@cisco.com> 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 247DD2BEF for ; Tue, 22 Mar 2016 17:46:33 +0100 (CET) Content-Disposition: inline In-Reply-To: <1458254998-4336-1-git-send-email-johndale@cisco.com> 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 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