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-- 971 bytes
c-octeon.c -rw-r--r-- 8.3 KB
c-r3k.c -rw-r--r-- 7.9 KB
c-r4k.c -rw-r--r-- 37.9 KB
c-tx39.c -rw-r--r-- 10.7 KB
cache.c -rw-r--r-- 6.7 KB
cerr-sb1.c -rw-r--r-- 16.1 KB
cex-gen.S -rw-r--r-- 1006 bytes
cex-oct.S -rw-r--r-- 1.5 KB
cex-sb1.S -rw-r--r-- 4.6 KB
dma-default.c -rw-r--r-- 9.4 KB
extable.c -rw-r--r-- 584 bytes
fault.c -rw-r--r-- 8.2 KB
gup.c -rw-r--r-- 7.5 KB
highmem.c -rw-r--r-- 3.0 KB
hugetlbpage.c -rw-r--r-- 2.0 KB
init.c -rw-r--r-- 11.1 KB
ioremap.c -rw-r--r-- 4.5 KB
mmap.c -rw-r--r-- 4.7 KB
page-funcs.S -rw-r--r-- 1.3 KB
page.c -rw-r--r-- 18.3 KB
pgtable-32.c -rw-r--r-- 1.7 KB
pgtable-64.c -rw-r--r-- 2.2 KB
sc-ip22.c -rw-r--r-- 3.8 KB
sc-mips.c -rw-r--r-- 3.2 KB
sc-r5k.c -rw-r--r-- 2.1 KB
sc-rm7k.c -rw-r--r-- 5.4 KB
tlb-funcs.S -rw-r--r-- 870 bytes
tlb-r3k.c -rw-r--r-- 6.4 KB
tlb-r4k.c -rw-r--r-- 10.0 KB
tlb-r8k.c -rw-r--r-- 5.3 KB
tlbex-fault.S -rw-r--r-- 644 bytes
tlbex.c -rw-r--r-- 59.5 KB
uasm-micromips.c -rw-r--r-- 7.1 KB
uasm-mips.c -rw-r--r-- 7.3 KB
uasm.c -rw-r--r-- 12.3 KB

back to top