From: Andrew Lunn <andrew at lunn.ch> Date: Tue, 14 May 2013 07:17:12 +0200 > 3.10-rc1 issues the following warning: > > netif_napi_add() called with weight 128 on device eth%d > > This patch reduce the weight to 64. > > Signed-off-by: Andrew Lunn <andrew at lunn.ch> We have a macro, NAPI_POLL_WEIGHT, for this, please use it.