mlx4: restore conditional call to napi_complete_done()
authorEric Dumazet <edumazet@google.com>
Mon, 10 Nov 2014 22:07:20 +0000 (14:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Nov 2014 02:09:03 +0000 (21:09 -0500)
commit2e1af7d74f4f7b4d4c1b0fbf5da3b5f92d9c332f
treebb3897b6254475a5170fda29b9355cf7af678dfb
parentd21385fadabf249afd2e288a1eae1f093ce9fa38
mlx4: restore conditional call to napi_complete_done()

After commit 1a28817282 ("mlx4: use napi_complete_done()") we ended up
calling napi_complete_done() in the case NAPI poll consumed all its
budget.

This added extra interrupt pressure, this patch restores proper
behavior.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Fixes: 1a28817282 ("mlx4: use napi_complete_done()")
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/en_rx.c