[dpdk-dev] [PATCH] bnx2x: Call bnx2x_init_rte() later

2016-07-04 Thread Bruce Richardson
On Thu, Jun 30, 2016 at 08:01:24PM +, Rasesh Mody wrote: > > From: Bruce Richardson [mailto:bruce.richardson at intel.com] > > Sent: Wednesday, June 29, 2016 3:59 AM > > > > On Tue, Jun 28, 2016 at 12:14:50PM -0400, Chas Williams wrote: > > > We need sc->igu_sb_cnt determined before

[dpdk-dev] [PATCH] bnx2x: Call bnx2x_init_rte() later

2016-06-30 Thread Rasesh Mody
> From: Bruce Richardson [mailto:bruce.richardson at intel.com] > Sent: Wednesday, June 29, 2016 3:59 AM > > On Tue, Jun 28, 2016 at 12:14:50PM -0400, Chas Williams wrote: > > We need sc->igu_sb_cnt determined before calculating the number of > > queues we can support. > > > > Fixes: a787538ee754

[dpdk-dev] [PATCH] bnx2x: Call bnx2x_init_rte() later

2016-06-29 Thread Bruce Richardson
On Tue, Jun 28, 2016 at 12:14:50PM -0400, Chas Williams wrote: > We need sc->igu_sb_cnt determined before calculating the number of queues > we can support. > > Fixes: a787538ee754 ("bnx2x: fix MSIX vector and VF resource counts") > > Signed-off-by: Chas Williams <3chas3 at gmail.com> > --- Hi

[dpdk-dev] [PATCH] bnx2x: Call bnx2x_init_rte() later

2016-06-28 Thread Chas Williams
We need sc->igu_sb_cnt determined before calculating the number of queues we can support. Fixes: a787538ee754 ("bnx2x: fix MSIX vector and VF resource counts") Signed-off-by: Chas Williams <3chas3 at gmail.com> --- drivers/net/bnx2x/bnx2x.c | 6 +++--- 1 file changed, 3 insertions(+), 3