9aaccfe3d7
Vhost needs to register memory given by guest in VFIO container to be able to do any DMA using this memory. Currently DPDK doesn't provide any interface to handle guest memory, so for now lets find container fd in /proc/self/fd/ directory and provide some VFIO internal API that finally should extend DPDK API. Change-Id: Iee9d496367ccd61219068fc0eadc17e786ff0731 Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com> |
||
---|---|---|
.. | ||
bdev | ||
blob | ||
blobfs | ||
event | ||
ioat | ||
iscsi | ||
nvme | ||
nvmf | ||
vhost | ||
directory_structure.md | ||
Doxyfile | ||
footer.html | ||
header.html | ||
index.md | ||
Makefile | ||
porting.md | ||
README.md | ||
stylesheet.css |
SPDK Documentation
The current version of the SPDK documentation can be found online at http://www.spdk.io/doc/
Building the Documentation
To convert the documentation into HTML, install Doxygen and mscgen and run make
in the doc
directory. The output will be located in doc/output/html
.