You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ath79
Rosen Penev 96e0fa94c7 ath79: ag71xx: Remove ndo_poll_controller
It is unused by default and upstream is trying to remove it as it has
negative effects when the driver is under load. Upstream explanation:

netpoll: avoid capture effects for NAPI drivers
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, showing one ksoftirqd eating all cycles
can last for unlimited amount of time, since one
cpu is generally not able to drain all the queues under load.

It seems that all networking drivers that do use NAPI
for their TX completions, should not provide a ndo_poll_controller() :

Most NAPI drivers have netpoll support already handled
in core networking stack, since netpoll_poll_dev(
 uses poll_napi(dev) to iterate through registered
NAPI contexts for a device.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
..
base-files ath79: Speed up caldata/eeprom handling 5 years ago
dts ath79: add suport for EnGenius EPG5000 5 years ago
files ath79: ag71xx: Remove ndo_poll_controller 5 years ago
generic ath79: add support for devolo WiFi pro 1200e 6 years ago
image ath79: add suport for EnGenius EPG5000 5 years ago
nand treewide: use wpad-basic for not small flash targets 6 years ago
patches-4.14 kernel: bump 4.14 to 4.14.95 6 years ago
tiny treewide: use wpad-basic for not small flash targets 6 years ago
Makefile ath79: Remove source-only flag 6 years ago
config-4.14 ath79: add support for D-Link DIR-859 A1 6 years ago
modules.mk ath79: add new OF only target for QCA MIPS silicon 6 years ago