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-- 194 bytes
callchain.c -rw-r--r-- 4.3 KB
core.c -rw-r--r-- 194.0 KB
hw_breakpoint.c -rw-r--r-- 15.5 KB
internal.h -rw-r--r-- 4.4 KB
ring_buffer.c -rw-r--r-- 9.0 KB
uprobes.c -rw-r--r-- 48.2 KB

back to top