]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
bnx2x: switch to napi_complete_done()
authorEric Dumazet <edumazet@google.com>
Tue, 15 Nov 2016 18:15:15 +0000 (10:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2016 18:40:58 +0000 (13:40 -0500)
commit80f1c21c53dc5906944eac52d643f63e82ad1673
tree51efb65cae00ee88ec39c9e41569a95c0f8526f7
parent2e713283751f494596655d9125c168aeb913f71d
bnx2x: switch to napi_complete_done()

Switch from napi_complete() to napi_complete_done()
for better GRO support (gro_flush_timeout) and core NAPI
features.

Do not rearm interrupts if we are busy polling,
to reduce bus and interrupts overhead.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Willem de Bruijn <willemb@google.com>
Cc: Adam Belay <abelay@google.com>
Cc: Tariq Toukan <tariqt@mellanox.com>
Cc: Yuval Mintz <Yuval.Mintz@cavium.com>
Cc: Ariel Elior <ariel.elior@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c