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
prom
Makefile -rw-r--r-- 251 bytes
Platform -rw-r--r-- 261 bytes
ecc-berr.c -rw-r--r-- 7.5 KB
int-handler.S -rw-r--r-- 6.9 KB
ioasic-irq.c -rw-r--r-- 1.7 KB
kn01-berr.c -rw-r--r-- 5.1 KB
kn02-irq.c -rw-r--r-- 1.8 KB
kn02xa-berr.c -rw-r--r-- 3.8 KB
reset.c -rw-r--r-- 713 bytes
setup.c -rw-r--r-- 23.1 KB
tc.c -rw-r--r-- 2.0 KB
time.c -rw-r--r-- 4.2 KB
wbflush.c -rw-r--r-- 2.0 KB

back to top