vhost: disable indirect descriptors
Some problems with indirect descriptors shown. Disable it for now to have time to investigate it. Change-Id: I8c6cfff94dc2159ab01f72986a8ae7d42c353e8b Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com> Reviewed-on: https://review.gerrithub.io/382301 Reviewed-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
6f6645e2d8
commit
205a00d9fa
@ -74,7 +74,8 @@
|
||||
(1ULL << VIRTIO_RING_F_INDIRECT_DESC))
|
||||
|
||||
#define SPDK_VHOST_DISABLED_FEATURES ((1ULL << VHOST_F_LOG_ALL) | \
|
||||
(1ULL << VIRTIO_RING_F_EVENT_IDX))
|
||||
(1ULL << VIRTIO_RING_F_EVENT_IDX) | \
|
||||
(1ULL << VIRTIO_RING_F_INDIRECT_DESC))
|
||||
|
||||
enum spdk_vhost_dev_type {
|
||||
SPDK_VHOST_DEV_T_SCSI,
|
||||
|
Loading…
Reference in New Issue
Block a user