commit | 6fac41157252220678b210fcb13e2c3dad7a912a | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Mar 05 15:57:47 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 05 23:40:01 2013 -0500 |
tree | 19f9e0b2c204c8a8f83d52dbc7216eef8386526a | |
parent | 82dc3c63c692b1e1d59378ecee948ac88e034aad [diff] |
bnx2x: use the default NAPI weight 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 <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>