diff options
author | Juergen Gross <[email protected]> | 2019-10-21 07:30:52 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2019-10-22 09:52:04 -0700 |
commit | 2ac061ce97f413bfbbdd768f7d2e0fda2e8170df (patch) | |
tree | 80105c4b99633cddd6a359df05cc6ce496ca8b71 /tools/perf/scripts/python | |
parent | 88238d2d225b2830706a941adbb5326b581eb6eb (diff) |
xen/netback: cleanup init and deinit code
Do some cleanup of the netback init and deinit code:
- add an omnipotent queue deinit function usable from
xenvif_disconnect_data() and the error path of xenvif_connect_data()
- only install the irq handlers after initializing all relevant items
(especially the kthreads related to the queue)
- there is no need to use get_task_struct() after creating a kthread
and using put_task_struct() again after having stopped it.
- use kthread_run() instead of kthread_create() to spare the call of
wake_up_process().
Signed-off-by: Juergen Gross <[email protected]>
Reviewed-by: Paul Durrant <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions