From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id 929F59AF9
 for <dev@dpdk.org>; Tue, 21 Jun 2016 12:12:26 +0200 (CEST)
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by orsmga102.jf.intel.com with ESMTP; 21 Jun 2016 03:12:15 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.26,503,1459839600"; d="scan'208";a="722760009"
Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.108])
 by FMSMGA003.fm.intel.com with SMTP; 21 Jun 2016 03:12:15 -0700
Received: by  (sSMTP sendmail emulation); Tue, 21 Jun 2016 11:12:12 +0025
Date: Tue, 21 Jun 2016 11:12:12 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: Harish Patil <harish.patil@qlogic.com>
Cc: Chas Williams <3chas3@gmail.com>, "dev@dpdk.org" <dev@dpdk.org>,
 "Charles (Chas) Williams" <ciwillia@brocade.com>
Message-ID: <20160621101212.GA18312@bricha3-MOBL3>
References: <1465597132-11674-1-git-send-email-3chas3@gmail.com>
 <D38E2478.40C51%harish.patil@qlogic.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <D38E2478.40C51%harish.patil@qlogic.com>
Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?=
 =?iso-8859-1?Q?opment?= Ireland Ltd.
User-Agent: Mutt/1.5.23 (2014-03-12)
Subject: Re: [dpdk-dev] [PATCH] bnx2x: Correctly determine MSIX vector count
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 21 Jun 2016 10:12:27 -0000

On Tue, Jun 21, 2016 at 05:55:19AM +0000, Harish Patil wrote:
> >
> >From: "Charles (Chas) Williams" <ciwillia@brocade.com>
> >
> >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 <ciwillia@brocade.com>
<snip>
> 
> Acked-by: Harish Patil <harish.patil@qlogic.com>
> 
Applied to dpdk-next-net/rel_16_07

/Bruce