Spdk/lib/vhost
Darek Stojaczyk 72fa59f497 vhost: remove struct spdk_vhost_dev_destroy_ctx
First of all, this struct was used when stopping
a session and wasn't directly related to any vhost
device despite its name.

Second, the struct contained just a single poller.

Instead of renaming it, we remove it. We can use
that poller pointer directly.

Change-Id: I66ad0826f7e809365c07662e59979b1942243c2e
Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/448225
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2019-03-19 17:09:08 +00:00
..
rte_vhost rte_vhost: introduce get/set vring base idx APIs 2019-02-27 01:43:16 +00:00
Makefile vhost: install external msg handling hooks to rte_vhost 2019-03-13 14:26:20 +00:00
rte_vhost_compat.c vhost/compat: implement SET/GET_CONFIG 2019-03-15 22:03:26 +00:00
vhost_blk.c vhost: remove struct spdk_vhost_dev_destroy_ctx 2019-03-19 17:09:08 +00:00
vhost_internal.h vhost: remove struct spdk_vhost_dev_destroy_ctx 2019-03-19 17:09:08 +00:00
vhost_nvme.c vhost: remove struct spdk_vhost_dev_destroy_ctx 2019-03-19 17:09:08 +00:00
vhost_rpc.c configure: add option not to use the internal rte_vhost copy 2019-03-13 14:26:20 +00:00
vhost_scsi.c vhost: remove struct spdk_vhost_dev_destroy_ctx 2019-03-19 17:09:08 +00:00
vhost.c vhost: encapsulate synchronous event ctx within the generic vhost layer 2019-03-19 17:09:08 +00:00