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-- 4.6 KB
Makefile -rw-r--r-- 294 bytes
cache.c -rw-r--r-- 9.4 KB
dir.c -rw-r--r-- 34.8 KB
fat.h -rw-r--r-- 14.3 KB
fatent.c -rw-r--r-- 19.0 KB
file.c -rw-r--r-- 13.8 KB
inode.c -rw-r--r-- 50.6 KB
misc.c -rw-r--r-- 7.5 KB
namei_msdos.c -rw-r--r-- 16.6 KB
namei_vfat.c -rw-r--r-- 25.3 KB
nfs.c -rw-r--r-- 7.8 KB

back to top