Spdk/lib/virtio
Dariusz Stojaczyk e724452ec0 virtio: call backend-specific queue cleanup on vdev stop
This was omitted in the original implementation and the
`del_queue` callback wasn't called anywhere. For virtio-user
we open some eventfds on queue creation and until now they
were never being closed.

Change-Id: Iee1ced1e17a59d5cb13449538c115678a1c1a328
Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/416999
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2018-07-06 19:16:16 +00:00
..
virtio_user virtio/user: negotiate VHOST_USER_PROTOCOL_F_CONFIG 2018-07-05 20:47:38 +00:00
Makefile virtio: add new library virtio 2017-12-26 13:03:29 -05:00
virtio_pci.c virtio: allow config read/write to fail 2018-07-05 20:47:38 +00:00
virtio_user.c virtio: check F_CONFIG feature before sending GET/SET_CONFIG 2018-07-05 20:47:38 +00:00
virtio.c virtio: call backend-specific queue cleanup on vdev stop 2018-07-06 19:16:16 +00:00