]> git.baikalelectronics.ru Git - kernel.git/commit
bnx2x: handle known but unsupported VF messages
authorAriel Elior <ariele@broadcom.com>
Mon, 23 Sep 2013 07:12:55 +0000 (10:12 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Sep 2013 20:17:05 +0000 (16:17 -0400)
commit06f81c6e61f185bdf32bb1af25841389edd91466
tree98be38c7ab86e8d4d0e180c544541a98863c9af3
parentb83ac8e20a6ca95bc5cc27f3504fba84c7e28533
bnx2x: handle known but unsupported VF messages

Commit 66f9b6ae "bnx2x: VF RSS support - PF side" has deprecated one of
the previous existing messages. If an old VF driver were to send this message
to the PF then the PF will not reply and leave the mailbox in an unsteady
state (and cause a timeout on the VF side).

Wait until firmware ack is written before unlocking channel

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