aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/netback.c
diff options
context:
space:
mode:
authorZoltan Kiss <zoltan.kiss@linaro.org>2014-10-28 15:29:30 +0000
committerDavid S. Miller <davem@davemloft.net>2014-10-29 15:59:37 -0400
commit8fe78989c3445a221cfcc54964e7e62718883615 (patch)
tree5093098046ab0befc0f274cd80eff92d5d3cce9e /drivers/net/xen-netback/netback.c
parentnet: ipv6: Add a sysctl to make optimistic addresses useful candidates (diff)
downloadlinux-dev-8fe78989c3445a221cfcc54964e7e62718883615.tar.xz
linux-dev-8fe78989c3445a221cfcc54964e7e62718883615.zip
xen-netback: Disable NAPI after disabling interrupts
Otherwise the interrupt handler still calls napi_complete. Although it won't schedule NAPI again as either NAPI_STATE_DISABLE or NAPI_STATE_SCHED is set, it is just unnecessary, and it makes more sense to do this way. Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org> Signed-off-by: David Vrabel <david.vrabel@citrix.com> Acked-by: Wei Liu <wei.liu2@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/xen-netback/netback.c')
0 files changed, 0 insertions, 0 deletions