From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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 To: Harish Patil Cc: Chas Williams <3chas3@gmail.com>, "dev@dpdk.org" , "Charles (Chas) Williams" 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 Content-Disposition: inline In-Reply-To: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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" > > > >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