Re: [PATCH net-next 2/2] bnx2x: use the default NAPI weight
From: David Miller <davem@davemloft.net> Date: 2013-03-06 04:59:23
From: Eric Dumazet <redacted>
Date: Tue, 05 Mar 2013 17:57:47 -0800
From: Eric Dumazet <edumazet@google.com>
BQL (Byte Queue Limits) proper operation needs TX completion
being serviced in a timely fashion.
bnx2x uses a non standard NAPI poll weight, and thats not fair to other
napi poll handlers, and even not reasonable.
Use the default value instead.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Eilon Greenstein <redacted>