]> git.baikalelectronics.ru Git - kernel.git/commit
bnx2x: Fix configuration of doorbell block
authorAriel Elior <ariele@broadcom.com>
Mon, 9 Sep 2013 11:51:27 +0000 (14:51 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Sep 2013 21:06:14 +0000 (17:06 -0400)
commit8f0819efd4d3d2a6e5e431cf7bafa633ea4c880c
tree636aa9bc177d1ab96e06b4854e1a377af706e66a
parentfd158f6ee21882d8d5e4dcceeee308f3ca0373e9
bnx2x: Fix configuration of doorbell block

As part of VF RSS feature doorbell block was configured not to use dpm, but
a small part of configuration was left out, preventing the driver from sending
tx messages to the device. This patch adds the missing configuration.

Reported-by: Eric Dumazet <eric.dumazet@gmil.com>
Signed-off-by: Ariel Elior <ariele@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Tested-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c