net/bnx2x: fix maximum PF queues
authorRasesh Mody <rasesh.mody@qlogic.com>
Thu, 6 Oct 2016 05:36:36 +0000 (22:36 -0700)
committerBruce Richardson <bruce.richardson@intel.com>
Thu, 13 Oct 2016 13:30:59 +0000 (15:30 +0200)
commit6b90d52a259272eb2dd062be308ca71054e01952
tree063d936651b2da356a7b81a93b5d20af3d19602c
parentdfbd6a9cb50409dc6558f97cd5adda2590921542
net/bnx2x: fix maximum PF queues

Fix the max number of PF rx/tx queues. Set the value based
on BNX2X_MAX_RSS_COUNT() rather than hard coding it to 128.

Fixes: 540a211084a7 ("bnx2x: driver core")

Signed-off-by: Rasesh Mody <rasesh.mody@qlogic.com>
Acked-by: Chas Williams <3chas3@gmail.com>
drivers/net/bnx2x/bnx2x.c