Revision 93f62ad5e83a13e0c224dfca5ef40f90c09aad51 authored by Eric Dumazet on 21 September 2018, 22:27:39 UTC, committed by David S. Miller on 24 September 2018, 04:55:24 UTC
We want to allow NAPI drivers to no longer provide
ndo_poll_controller() method, as it has been proven problematic.

team driver must not look at its presence, but instead call
netpoll_poll_dev() which factorize the needed actions.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Jay Vosburgh <j.vosburgh@gmail.com>
Cc: Veaceslav Falico <vfalico@gmail.com>
Cc: Andy Gospodarek <andy@greyhouse.net>
Acked-by: Jay Vosburgh <jay.vosburgh@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent ac3d9dd
History
File Mode Size
Kconfig -rw-r--r-- 2.3 KB
Makefile -rw-r--r-- 414 bytes
cache.c -rw-r--r-- 10.8 KB
cookie.c -rw-r--r-- 25.7 KB
fsdef.c -rw-r--r-- 3.1 KB
histogram.c -rw-r--r-- 2.4 KB
internal.h -rw-r--r-- 13.8 KB
main.c -rw-r--r-- 4.8 KB
netfs.c -rw-r--r-- 2.1 KB
object-list.c -rw-r--r-- 11.4 KB
object.c -rw-r--r-- 33.0 KB
operation.c -rw-r--r-- 17.2 KB
page.c -rw-r--r-- 33.2 KB
proc.c -rw-r--r-- 1.9 KB
stats.c -rw-r--r-- 10.1 KB

back to top