From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] bnx2x: Call bnx2x_init_rte() later Date: Wed, 29 Jun 2016 11:59:03 +0100 Message-ID: <20160629105903.GB3624@bricha3-MOBL3> References: <1467130490-21245-1-git-send-email-3chas3@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, harish.patil@qlogic.com, Sony Chacko , Rasesh Mody To: Chas Williams <3chas3@gmail.com> Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 5359A2BA9 for ; Wed, 29 Jun 2016 12:59:08 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1467130490-21245-1-git-send-email-3chas3@gmail.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 Tue, Jun 28, 2016 at 12:14:50PM -0400, Chas Williams wrote: > We need sc->igu_sb_cnt determined before calculating the number of queues > we can support. > > Fixes: a787538ee754 ("bnx2x: fix MSIX vector and VF resource counts") > > Signed-off-by: Chas Williams <3chas3@gmail.com> > --- Hi Chas, we generally try to avoid making the commit titles too technical, so we avoid using function or variable names in the titles. Since this is a bug fix the best form of title to be used is "fix ", e.g. "fix incorrect number of supported queues". Maintainers, any comments or ack for this patch. /Bruce