Revision f104fedc0da126abe93dd0f4a9fa13e5133bf9df authored by Govindarajulu Varadarajan on 20 January 2015, 13:16:15 UTC, committed by David S. Miller on 25 January 2015, 06:39:03 UTC
With the commit d75b1ade567ffab ("net: less interrupt masking in NAPI") napi repoll
is done only when work_done == budget. When we are in busy_poll we return 0 in
napi_poll. We should return budget.

Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 5d7b045
History
File Mode Size
Makefile -rw-r--r-- 957 bytes
lglock.c -rw-r--r-- 1.9 KB
lockdep.c -rw-r--r-- 104.0 KB
lockdep_internals.h -rw-r--r-- 4.5 KB
lockdep_proc.c -rw-r--r-- 17.1 KB
lockdep_states.h -rw-r--r-- 233 bytes
locktorture.c -rw-r--r-- 22.1 KB
mcs_spinlock.c -rw-r--r-- 4.9 KB
mcs_spinlock.h -rw-r--r-- 3.6 KB
mutex-debug.c -rw-r--r-- 3.1 KB
mutex-debug.h -rw-r--r-- 1.7 KB
mutex.c -rw-r--r-- 25.2 KB
mutex.h -rw-r--r-- 1.3 KB
percpu-rwsem.c -rw-r--r-- 5.0 KB
qrwlock.c -rw-r--r-- 3.6 KB
rtmutex-debug.c -rw-r--r-- 4.5 KB
rtmutex-debug.h -rw-r--r-- 1.5 KB
rtmutex-tester.c -rw-r--r-- 8.7 KB
rtmutex.c -rw-r--r-- 42.7 KB
rtmutex.h -rw-r--r-- 1.3 KB
rtmutex_common.h -rw-r--r-- 3.7 KB
rwsem-spinlock.c -rw-r--r-- 6.5 KB
rwsem-xadd.c -rw-r--r-- 13.8 KB
rwsem.c -rw-r--r-- 3.3 KB
semaphore.c -rw-r--r-- 7.3 KB
spinlock.c -rw-r--r-- 9.8 KB
spinlock_debug.c -rw-r--r-- 7.1 KB

back to top