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 247DD2BEF for ; Tue, 22 Mar 2016 17:46:33 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 22 Mar 2016 09:46:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,377,1455004800"; d="scan'208";a="769202623" Received: from fooyekan-mobl2.ger.corp.intel.com ([10.252.25.15]) by orsmga003.jf.intel.com with SMTP; 22 Mar 2016 09:46:31 -0700 Received: by (sSMTP sendmail emulation); Tue, 22 Mar 2016 16:46:30 +0025 Date: Tue, 22 Mar 2016 16:46:30 +0000 From: Bruce Richardson To: John Daley Cc: dev@dpdk.org, Nelson Escobar 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 Content-Disposition: inline In-Reply-To: <1458254998-4336-1-git-send-email-johndale@cisco.com> 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:46:34 -0000 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