Skip to content
Commit 4233cfe6 authored by Song Liu's avatar Song Liu Committed by David S. Miller
Browse files

ixgbe: check return value of napi_complete_done()



The NIC driver should only enable interrupts when napi_complete_done()
returns true. This patch adds the check for ixgbe.

Cc: stable@vger.kernel.org # 4.10+
Suggested-by: default avatarEric Dumazet <edumazet@google.com>
Signed-off-by: default avatarSong Liu <songliubraving@fb.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2cc543f5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment