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-- 3.1 KB
Makefile -rw-r--r-- 402 bytes
acl.c -rw-r--r-- 8.9 KB
acl.h -rw-r--r-- 1.2 KB
checkpoint.c -rw-r--r-- 37.8 KB
data.c -rw-r--r-- 65.2 KB
debug.c -rw-r--r-- 17.5 KB
dir.c -rw-r--r-- 22.3 KB
extent_cache.c -rw-r--r-- 19.4 KB
f2fs.h -rw-r--r-- 108.3 KB
file.c -rw-r--r-- 72.1 KB
gc.c -rw-r--r-- 30.6 KB
gc.h -rw-r--r-- 3.1 KB
hash.c -rw-r--r-- 2.2 KB
inline.c -rw-r--r-- 16.7 KB
inode.c -rw-r--r-- 21.1 KB
namei.c -rw-r--r-- 28.5 KB
node.c -rw-r--r-- 74.6 KB
node.h -rw-r--r-- 12.3 KB
recovery.c -rw-r--r-- 16.8 KB
segment.c -rw-r--r-- 109.1 KB
segment.h -rw-r--r-- 25.6 KB
shrinker.c -rw-r--r-- 3.3 KB
super.c -rw-r--r-- 83.4 KB
sysfs.c -rw-r--r-- 19.6 KB
trace.c -rw-r--r-- 3.5 KB
trace.h -rw-r--r-- 1013 bytes
xattr.c -rw-r--r-- 17.4 KB
xattr.h -rw-r--r-- 4.7 KB

back to top