From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] bnx2x: Correctly determine MSIX vector count Date: Tue, 21 Jun 2016 11:12:12 +0100 Message-ID: <20160621101212.GA18312@bricha3-MOBL3> References: <1465597132-11674-1-git-send-email-3chas3@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Chas Williams <3chas3@gmail.com>, "dev@dpdk.org" , "Charles (Chas) Williams" To: Harish Patil Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 929F59AF9 for ; Tue, 21 Jun 2016 12:12:26 +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 Tue, Jun 21, 2016 at 05:55:19AM +0000, Harish Patil wrote: > > > >From: "Charles (Chas) Williams" > > > >If MSIX is available, the vector count given by the table size is one > >less than the actual count. This count also limits the receive and > >transmit queue resources the VF can support. > > > >Fixes: 540a211084a7 ("bnx2x: driver core") > > > >Signed-off-by: Chas Williams > > Acked-by: Harish Patil > Applied to dpdk-next-net/rel_16_07 /Bruce