https://github.com/torvalds/linux
Revision 0d9b6e738a22244d38def847a24e5ee6fcedd898 authored by Michael Thalmeier on 15 July 2011, 01:28:26 UTC, committed by David S. Miller on 15 July 2011, 15:10:33 UTC
When receiving the first RX interrupt before the internal call
to napi_schedule_prep is successful the RX interrupt gets disabled
and is never enabled again as the poll function never gets executed.

Signed-off-by: Michael Thalmeier <Michael.Thalmeier@sigmatek.at>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 62f2a3a
History
Tip revision: 0d9b6e738a22244d38def847a24e5ee6fcedd898 authored by Michael Thalmeier on 15 July 2011, 01:28:26 UTC
r6040: only disable RX interrupt if napi_schedule_prep is successful
Tip revision: 0d9b6e7
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-- 966 bytes
.mailmap -rw-r--r-- 4.2 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 92.3 KB
Kbuild -rw-r--r-- 2.4 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 190.6 KB
Makefile -rw-r--r-- 52.2 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top