alistair23-linux/drivers/net/xen-netback
Zoltan Kiss 8fe78989c3 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>
2014-10-29 15:59:37 -04:00
..
common.h xen-netback: don't stop dealloc kthread too early 2014-08-13 20:07:44 -07:00
interface.c xen-netback: Disable NAPI after disabling interrupts 2014-10-29 15:59:37 -04:00
Makefile
netback.c xen-netback: don't stop dealloc kthread too early 2014-08-13 20:07:44 -07:00
xenbus.c xen: remove DEFINE_XENBUS_DRIVER() macro 2014-10-06 10:27:57 +01:00