diff options
author | Xie Yongji | 2021-08-31 18:36:34 +0800 |
---|---|---|
committer | Michael S. Tsirkin | 2021-09-06 07:20:58 -0400 |
commit | 7bc7f61897b66bef78bb5952e3d1e9f3aaf9ccca (patch) | |
tree | 42575c0464be32d1a13e7c923445e1edc3f97c45 /Documentation/userspace-api/index.rst | |
parent | c8a6153b6c59d95c0e091f053f6f180952ade91e (diff) |
Documentation: Add documentation for VDUSE
VDUSE (vDPA Device in Userspace) is a framework to support
implementing software-emulated vDPA devices in userspace. This
document is intended to clarify the VDUSE design and usage.
Signed-off-by: Xie Yongji <xieyongji@bytedance.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Link: https://lore.kernel.org/r/20210831103634.33-14-xieyongji@bytedance.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'Documentation/userspace-api/index.rst')
-rw-r--r-- | Documentation/userspace-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/userspace-api/index.rst b/Documentation/userspace-api/index.rst index 0b5eefed027e..c432be070f67 100644 --- a/Documentation/userspace-api/index.rst +++ b/Documentation/userspace-api/index.rst @@ -27,6 +27,7 @@ place where this information is gathered. iommu media/index sysfs-platform_profile + vduse .. only:: subproject and html |