linux/drivers/net/ethernet/broadcom/bnx2x
Eric Dumazet d8ea6a91ad bnx2x: remove ndo_poll_controller
As diagnosed by Song Liu, ndo_poll_controller() can
be very dangerous on loaded hosts, since the cpu
calling ndo_poll_controller() might steal all NAPI
contexts (for all RX/TX queues of the NIC). This capture
can last for unlimited amount of time, since one
cpu is generally not able to drain all the queues under load.

bnx2x uses NAPI for TX completions, so we better let core
networking stack call the napi->poll() to avoid the capture.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Ariel Elior <ariel.elior@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-09-23 21:55:25 -07:00
..
bnx2x_cmn.c net: allow fallback function to pass netdev 2018-07-09 13:57:25 -07:00
bnx2x_cmn.h net: allow ndo_select_queue to pass netdev 2018-07-09 13:41:34 -07:00
bnx2x_dcb.c
bnx2x_dcb.h
bnx2x_dump.h
bnx2x_ethtool.c bnx2x: Fix invalid memory access in rss hash config path. 2018-07-24 16:33:02 -07:00
bnx2x_fw_defs.h
bnx2x_fw_file_hdr.h
bnx2x_hsi.h
bnx2x_init_ops.h
bnx2x_init.h
bnx2x_link.c bnx2x: Mark expected switch fall-throughs 2018-06-30 18:43:13 +09:00
bnx2x_link.h
bnx2x_main.c bnx2x: remove ndo_poll_controller 2018-09-23 21:55:25 -07:00
bnx2x_mfw_req.h
bnx2x_reg.h
bnx2x_sp.c bnx2x: Mark expected switch fall-throughs 2018-06-30 18:43:13 +09:00
bnx2x_sp.h
bnx2x_sriov.c bnx2x: Mark expected switch fall-throughs 2018-06-30 18:43:13 +09:00
bnx2x_sriov.h bnx2x: Deprecate pci_get_bus_and_slot() 2018-01-17 08:16:46 -06:00
bnx2x_stats.c
bnx2x_stats.h
bnx2x_vfpf.c bnx2x: Eliminate duplicate barriers on weakly-ordered archs 2018-03-26 12:47:55 -04:00
bnx2x_vfpf.h
bnx2x.h bnx2x: Fix receiving tx-timeout in error or recovery state. 2018-06-30 18:48:02 +09:00
Makefile