Re: [PATCH net-next 2/2] bnx2x: use the default NAPI weight
From: David Miller <davem@davemloft.net> Date: 2013-03-06 02:09:11
From: Eric Dumazet <redacted>
Date: Tue, 05 Mar 2013 17:57:47 -0800
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.
Can you give some details about the situation in which you noticed
this?
It may be reason enough to target this for 'net' and -stable instead.
Thanks!