numam-spdk/lib/vhost
Dariusz Stojaczyk 6973898164 vhost: wrap vhost_user_read_cb with vhost_user mutex
This fixes spontaneous vhost hangs on SIGINT shutdown.
Apperently during vhost_destroy_device(conn->vid) from
line #284 another QEMU message might arrive, causing
vsocket->conn_mutex deadlock. (line #286)

Change-Id: I4f1c31a52facffd1eb1e1192591095f00da55031
Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
2017-05-12 08:05:37 -07:00
..
linux vhost: add copy of virtio headers 2017-03-23 13:51:04 -07:00
rte_vhost vhost: wrap vhost_user_read_cb with vhost_user mutex 2017-05-12 08:05:37 -07:00
Makefile vhost: enable VFIO 2017-04-24 12:20:04 -07:00
task.c include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
task.h vhost: upgrade SPDK vhost code to DPDK 17.05 2017-05-08 17:04:29 -07:00
vhost_iommu.c include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
vhost_iommu.h include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
vhost_rpc.c include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
vhost.c vhost: obey VRING_AVAIL_F_NO_INTERRUPT 2017-05-12 07:53:59 -07:00