From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] bnx2x: Correctly determine MSIX vector count Date: Fri, 17 Jun 2016 17:25:41 +0100 Message-ID: <57642485.3050102@intel.com> References: <1465597132-11674-1-git-send-email-3chas3@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: harish.patil@qlogic.com, "Charles (Chas) Williams" , Rasesh Mody , Sony Chacko To: Chas Williams <3chas3@gmail.com>, dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6AF03CF19 for ; Fri, 17 Jun 2016 18:25:51 +0200 (CEST) In-Reply-To: <1465597132-11674-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 6/10/2016 11:18 PM, Chas Williams wrote: > From: "Charles (Chas) Williams" >=20 > 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. >=20 > Fixes: 540a211084a7 ("bnx2x: driver core") >=20 > Signed-off-by: Chas Williams > --- Since this patch not acked yet, adding all maintainers to cc