xen-netback: move NAPI add/remove calls
authorWei Liu <[email protected]>
Tue, 12 Aug 2014 10:48:06 +0000 (11:48 +0100)
committerDavid S. Miller <[email protected]>
Thu, 14 Aug 2014 03:07:44 +0000 (20:07 -0700)
commitea2c5e134237eadc9924ce821ded678750024549
treef54d00e659f58fbe53ba5683faa1f7c301b9c755
parent68809958710ac80e2fad387edd6383f422498f9e
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 <[email protected]>
Cc: Ian Campbell <[email protected]>
Cc: Zoltan Kiss <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/xen-netback/interface.c