From: Michal Schmidt Date: Fri, 23 Aug 2013 13:41:19 +0000 (+0200) Subject: ps3_gelic: lower NAPI weight X-Git-Tag: v3.11~4^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae24f261e11ec30d343c7c5ee805ff29782f726b;p=pandora-kernel.git ps3_gelic: 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. GELIC_NET_NAPI_WEIGHT is defined to GELIC_NET_RX_DESCRIPTORS, which is 128. Use the standard NAPI weight. v2: proper reference to the related commit Signed-off-by: Michal Schmidt Acked-by: Geoff Levand Signed-off-by: David S. Miller --- Reading git-diff-tree failed