bnx2x: Allow VF rss on higher PFs
authorYuval Mintz <yuvalmin@broadcom.com>
Wed, 5 Feb 2014 14:07:12 +0000 (16:07 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Feb 2014 04:38:31 +0000 (20:38 -0800)
commit656493d6e730690b76d6e74253d0208841cf4dd9
tree76e42ea969a58f61ed3c94890a0433342ab8b83e
parentc6993dfd7db9b0c6b7ca7503a56fda9236a4710f
bnx2x: Allow VF rss on higher PFs

bnx2x driver uses incorrect PF identifier to configure (in HW) the VF
interrupt scheme; As a result, in multi-function mode the configuration
for PFs with a high index (4+) will overflow and the PF will erroneously
configure a single ISR scheme for its VFs.
As a result, if such a VF uses multiple queues, interrupt generation will
stop after VF receives an Rx packet or sends a Tx packet on a queue
other than queue[0].

Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Ariel Elior <ariele@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c