diff options
Diffstat (limited to 'src/spdk/dpdk/doc/guides/vdpadevs/index.rst')
-rw-r--r-- | src/spdk/dpdk/doc/guides/vdpadevs/index.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/spdk/dpdk/doc/guides/vdpadevs/index.rst b/src/spdk/dpdk/doc/guides/vdpadevs/index.rst new file mode 100644 index 000000000..1a13efe43 --- /dev/null +++ b/src/spdk/dpdk/doc/guides/vdpadevs/index.rst @@ -0,0 +1,16 @@ +.. SPDX-License-Identifier: BSD-3-Clause + Copyright 2019 Mellanox Technologies, Ltd + +vDPA Device Drivers +=================== + +The following are a list of vDPA (vHost Data Path Acceleration) device drivers, +which can be used from an application through vhost API. + +.. toctree:: + :maxdepth: 2 + :numbered: + + features_overview + ifc + mlx5 |