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
Kconfig -rw-r--r-- 511 bytes
Makefile -rw-r--r-- 330 bytes
attributes.c -rw-r--r-- 9.1 KB
bfind.c -rw-r--r-- 6.1 KB
bitmap.c -rw-r--r-- 5.0 KB
bnode.c -rw-r--r-- 15.3 KB
brec.c -rw-r--r-- 13.4 KB
btree.c -rw-r--r-- 8.9 KB
catalog.c -rw-r--r-- 11.4 KB
dir.c -rw-r--r-- 12.9 KB
extents.c -rw-r--r-- 14.9 KB
hfsplus_fs.h -rw-r--r-- 14.8 KB
hfsplus_raw.h -rw-r--r-- 9.0 KB
inode.c -rw-r--r-- 17.5 KB
ioctl.c -rw-r--r-- 3.6 KB
options.c -rw-r--r-- 5.3 KB
part_tbl.c -rw-r--r-- 4.2 KB
super.c -rw-r--r-- 17.7 KB
tables.c -rw-r--r-- 119.1 KB
unicode.c -rw-r--r-- 9.2 KB
wrapper.c -rw-r--r-- 7.2 KB
xattr.c -rw-r--r-- 18.1 KB
xattr.h -rw-r--r-- 1.7 KB
xattr_security.c -rw-r--r-- 2.6 KB
xattr_trusted.c -rw-r--r-- 1.6 KB
xattr_user.c -rw-r--r-- 1.6 KB

back to top