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-- 219 bytes
rcu.h -rw-r--r-- 4.5 KB
rcutorture.c -rw-r--r-- 51.2 KB
srcu.c -rw-r--r-- 22.0 KB
tiny.c -rw-r--r-- 10.5 KB
tiny_plugin.h -rw-r--r-- 4.8 KB
tree.c -rw-r--r-- 116.9 KB
tree.h -rw-r--r-- 26.1 KB
tree_plugin.h -rw-r--r-- 93.5 KB
tree_trace.c -rw-r--r-- 12.9 KB
update.c -rw-r--r-- 23.3 KB

back to top