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)
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>

No differences found