[dpdk-dev] [PATCH] bnx2x: Correctly determine MSIX vector count

2016-06-21 Thread Bruce Richardson
On Tue, Jun 21, 2016 at 05:55:19AM +, 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. >

[dpdk-dev] [PATCH] bnx2x: Correctly determine MSIX vector count

2016-06-21 Thread Harish Patil
> >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 Willia

[dpdk-dev] [PATCH] bnx2x: Correctly determine MSIX vector count

2016-06-17 Thread Ferruh Yigit
On 6/10/2016 11:18 PM, Chas Williams 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 ("b

[dpdk-dev] [PATCH] bnx2x: Correctly determine MSIX vector count

2016-06-10 Thread Chas Williams
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 --- dr