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-- 540 bytes
Makefile -rw-r--r-- 74 bytes
bitmap.c -rw-r--r-- 4.1 KB
dir.c -rw-r--r-- 9.7 KB
file.c -rw-r--r-- 9.2 KB
inode.c -rw-r--r-- 14.4 KB
omfs.h -rw-r--r-- 2.1 KB
omfs_fs.h -rw-r--r-- 2.5 KB

back to top