From: Michal Schmidt Date: Fri, 23 Aug 2013 13:40:53 +0000 (+0200) Subject: jme: lower NAPI weight X-Git-Tag: v3.11~4^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=449cfcc1cd28a1c16321c47b1e7e77138411a72a;p=pandora-kernel.git jme: lower NAPI weight 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed