numam-dpdk/examples/vhost_scsi
Changpeng Liu db75c7af19 examples/vhost_scsi: introduce a new sample app
vhost-user protocol is common to many virtio devices, such as
virtio_net/virtio_scsi/virtio_blk. Since DPDK vhost library
removed the NET specific data structures, the vhost library
is common to other virtio devices, such as virtio-scsi.

Here we introduce a simple memory based block device that
can be presented to Guest VM through vhost-user-scsi-pci
controller. Similar with vhost-net, the sample application
will process the I/Os sent via virt rings.

Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
2017-07-19 22:49:47 +03:00
..
Makefile examples/vhost_scsi: introduce a new sample app 2017-07-19 22:49:47 +03:00
scsi_spec.h examples/vhost_scsi: introduce a new sample app 2017-07-19 22:49:47 +03:00
scsi.c examples/vhost_scsi: introduce a new sample app 2017-07-19 22:49:47 +03:00
vhost_scsi.c examples/vhost_scsi: introduce a new sample app 2017-07-19 22:49:47 +03:00
vhost_scsi.h examples/vhost_scsi: introduce a new sample app 2017-07-19 22:49:47 +03:00