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-- 1013 bytes
Makefile -rw-r--r-- 98 bytes
dir.c -rw-r--r-- 4.1 KB
file.c -rw-r--r-- 13.5 KB
group.c -rw-r--r-- 11.4 KB
mount.c -rw-r--r-- 1.7 KB
symlink.c -rw-r--r-- 4.8 KB
sysfs.h -rw-r--r-- 844 bytes

back to top