numam-spdk/lib/bdev
Dariusz Stojaczyk 9dde5e5c27 virtio: add new library virtio
Exported lib/bdev/rte_virtio as a separate
library not dependent on bdev.

Virtio is now accessible via spdk_internal/virtio.h.
The header is marked `internal`, as it's
not meant to be used by end users. It's
not handy to handle all backend-specific
(e.g. Virtio-SCSI) logic in a user code.

For now the Virtio interface is publicly
exposed only via bdev_virtio module. We
might want to consider adding a separate,
public Virtio-SCSI library in the future.

Note: this patch doesn't do any changes
to the virtio code. Everything is
moved 1:1.

Change-Id: I805e5d12d265d82b0bc5784c89fbadb81abdb278
Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/388166
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2017-12-26 13:03:29 -05:00
..
aio bdev_aio: Remove use of perror() for open/close failure 2017-12-15 15:22:53 -05:00
error bdev: unregister all bdevs in spdk_bdev_finish() 2017-12-21 13:29:29 -05:00
gpt bdev: unregister all bdevs in spdk_bdev_finish() 2017-12-21 13:29:29 -05:00
lvol lvol: don't return lvs_bdev if it's being destroyed 2017-12-21 13:30:44 -05:00
malloc bdev: unregister all bdevs in spdk_bdev_finish() 2017-12-21 13:29:29 -05:00
null bdev/null: complete requests asynchronously 2017-12-21 10:42:47 -05:00
nvme bdev: unregister all bdevs in spdk_bdev_finish() 2017-12-21 13:29:29 -05:00
pmem bdev: unregister all bdevs in spdk_bdev_finish() 2017-12-21 13:29:29 -05:00
rbd bdev: unregister all bdevs in spdk_bdev_finish() 2017-12-21 13:29:29 -05:00
rpc bdev: add callback to spdk bdev unregister and bdev destruct 2017-10-26 17:23:58 -04:00
split bdev: unregister all bdevs in spdk_bdev_finish() 2017-12-21 13:29:29 -05:00
virtio virtio: add new library virtio 2017-12-26 13:03:29 -05:00
bdev.c bdev: add per-thread spdk_bdev_io cache 2017-12-21 16:22:23 -05:00
Makefile bdev_virtio: added --without-virtio configure flag 2017-10-19 19:06:12 -04:00
scsi_nvme.c nvme_spec: remove SGL Sub Type Invalid status code 2017-09-22 17:11:53 -04:00
vtune.c bdev: #include VTune file to control warnings 2017-06-08 12:44:25 -04:00