This website requires JavaScript.
Explore
Help
Sign In
ivampiresp
/
Spdk
Watch
1
Star
0
Fork
0
You've already forked Spdk
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
12ab1e26df
Spdk
/
test
/
vhost
/
fiotest
/
autotest.config
6 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
vhost: add a library and app for userspace vhost-scsi processing This patch adds a library, application and test scripts for extending SPDK to present virtio-scsi controllers to QEMU-based VMs and process I/O submitted to devices attached to those controllers. This functionality is dependent on QEMU patches to enable vhost-scsi in userspace - those patches are currently working their way through the QEMU mailing list, but temporary patches to enable this functionality in QEMU will be made available shortly through the SPDK github repository. Signed-off-by: Jim Harris <james.r.harris@intel.com> Signed-off-by: Krzysztof Jakimiak <krzysztof.jakimiak@intel.com> Signed-off-by: Michal Kosciowski <michal.kosciowski@intel.com> Signed-off-by: Karol Latecki <karolx.latecki@intel.com> Signed-off-by: Piotr Pelplinski <piotr.pelplinski@intel.com> Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com> Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Signed-off-by: Krzysztof Jakimiak <krzysztof.jakimiak@intel.com> Change-Id: I138e4021f0ac4b1cd9a6e4041783cdf06e6f0efb
2017-03-02 14:12:20 +00:00
vhost_reactor_mask=0x1
vhost_master_core=0
test/vhost: simplify autotest.config Convert autotest.config to a sourceable file. This enables direct or indirect usage of variables and a chance to remove error prone statements like '$(cat | grep | awk')' Change-Id: I3ae4152fd7548e4b2bfd01c00b614155871b2db3 Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
2017-04-27 16:34:55 +00:00
VM_0_qemu_mask=0x2
VM_0_qemu_numa_node=0
Reference in New Issue
Copy Permalink