OpenCloudOS-Kernel/drivers/net/ethernet/qlogic/netxen
Eric Dumazet 3548fcf7d8 qlogic: netxen: 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.

netxen 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: Manish Chopra <manish.chopra@cavium.com>
Cc: Rahul Verma <rahul.verma@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-09-28 11:12:29 -07:00
..
Makefile ethernet: Fix FSF address in file headers 2013-12-06 12:37:55 -05:00
netxen_nic.h netxen_nic: Fix trivial typos in comments 2015-03-01 13:40:22 -05:00
netxen_nic_ctx.c drivers/net: Fix various unnecessary characters after logging newlines 2018-05-30 13:24:08 -04:00
netxen_nic_ethtool.c netxen_nic: Mark expected switch fall-throughs 2018-08-07 17:54:20 -07:00
netxen_nic_hdr.h ethernet: Fix FSF address in file headers 2013-12-06 12:37:55 -05:00
netxen_nic_hw.c qlogic: netxen: remove various redundant variables 2018-07-05 20:03:29 +09:00
netxen_nic_hw.h ethernet: Fix FSF address in file headers 2013-12-06 12:37:55 -05:00
netxen_nic_init.c treewide: Align function definition open/close braces 2018-03-26 11:13:09 +02:00
netxen_nic_main.c qlogic: netxen: remove ndo_poll_controller 2018-09-28 11:12:29 -07:00