https://github.com/torvalds/linux
Revision 2fdac010bdcf10a30711b6924612dfc40daf19b8 authored by Julia Lawall on 14 August 2013, 14:26:53 UTC, committed by David S. Miller on 15 August 2013, 08:38:34 UTC
Drivers supporting NAPI should use a NAPI-specific function for receiving
packets.  Hence netif_rx is changed to netif_receive_skb.

Furthermore netif_napi_del should be used in the probe and remove function
to clean up the NAPI resource information.

Thanks to Francois Romieu, David Shwatrz and Rami Rosen for their help on
this patch.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 728e2cc
History
Tip revision: 2fdac010bdcf10a30711b6924612dfc40daf19b8 authored by Julia Lawall on 14 August 2013, 14:26:53 UTC
drivers/net/ethernet/via/via-velocity.c: update napi implementation
Tip revision: 2fdac01
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.1 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 253.7 KB
Makefile -rw-r--r-- 47.4 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top