Re: [PATCH v2 2/4] netxen: lower NAPI weight
From: David Miller <davem@davemloft.net>
Date: 2013-08-27 19:00:16
From: David Miller <davem@davemloft.net>
Date: 2013-08-27 19:00:16
From: Michal Schmidt <redacted> Date: Fri, 23 Aug 2013 15:41:09 +0200
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.
Use the standard NAPI weight.
v2: proper reference to the related commit
Signed-off-by: Michal Schmidt <redacted>Applied.