linux/drivers/net/xen-netback
Wei Liu ea2c5e1342 xen-netback: move NAPI add/remove calls
Originally netif_napi_add was in xenvif_init_queue and netif_napi_del
was in xenvif_deinit_queue, while kthreads were handled in
xenvif_connect and xenvif_disconnect. Move netif_napi_add and
netif_napi_del to xenvif_connect and xenvif_disconnect so that they
reside together with kthread operations.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Zoltan Kiss <zoltan.kiss@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-08-13 20:07:44 -07:00
..
common.h xen-netback: Turn off the carrier if the guest is not able to receive 2014-08-05 16:04:46 -07:00
interface.c xen-netback: move NAPI add/remove calls 2014-08-13 20:07:44 -07:00
Makefile
netback.c xen-netback: Fix vif->disable handling 2014-08-07 16:02:56 -07:00
xenbus.c xen-netback: fix debugfs entry creation 2014-08-13 20:06:43 -07:00