Revision 449cfcc1cd28a1c16321c47b1e7e77138411a72a authored by Michal Schmidt on 23 August 2013, 13:40:53 UTC, committed by David S. Miller on 27 August 2013, 18:59:27 UTC
Since commit 82dc3c63 ("net: introduce NAPI_POLL_WEIGHT")
netif_napi_add() produces an error message if a NAPI poll weight
greater than 64 is requested.

jme requests a quarter of the rx ring size as the NAPI weight.
jme's rx ring size is 1 << 9 = 512.

Use the standard NAPI weight.

v2: proper reference to the related commit

Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent c2b1df2
History
File Mode Size
Makefile -rw-r--r-- 153 bytes
Platform -rw-r--r-- 303 bytes
a20r.c -rw-r--r-- 5.0 KB
eisa.c -rw-r--r-- 1.1 KB
irq.c -rw-r--r-- 1.7 KB
pcimt.c -rw-r--r-- 7.1 KB
pcit.c -rw-r--r-- 6.1 KB
reset.c -rw-r--r-- 926 bytes
rm200.c -rw-r--r-- 12.3 KB
setup.c -rw-r--r-- 5.5 KB
time.c -rw-r--r-- 4.7 KB

back to top