From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] bnx2x: Call bnx2x_init_rte() later Date: Mon, 4 Jul 2016 14:32:36 +0100 Message-ID: <20160704133236.GB16932@bricha3-MOBL3> References: <1467130490-21245-1-git-send-email-3chas3@gmail.com> <20160629105903.GB3624@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Chas Williams <3chas3@gmail.com>, "dev@dpdk.org" , Harish Patil , Sony Chacko To: Rasesh Mody Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id BFDA22952 for ; Mon, 4 Jul 2016 15:32:40 +0200 (CEST) Content-Disposition: inline In-Reply-To: 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, Jun 30, 2016 at 08:01:24PM +0000, Rasesh Mody wrote: > > From: Bruce Richardson [mailto:bruce.richardson@intel.com] > > Sent: Wednesday, June 29, 2016 3:59 AM > > > > 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 > > Acked-by: Rasesh Mody > > Thanks! > Rasesh Applied to dpdk_next_net/rel_16_07 with title "net/bnx2x: fix incorrect number of supported queues". /Bruce