aboutsummaryrefslogtreecommitdiffstats
path: root/doc/guides/nics/vhost.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guides/nics/vhost.rst')
-rw-r--r--doc/guides/nics/vhost.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/nics/vhost.rst b/doc/guides/nics/vhost.rst
index 1e3f1ade..6b30b54e 100644
--- a/doc/guides/nics/vhost.rst
+++ b/doc/guides/nics/vhost.rst
@@ -92,7 +92,7 @@ This section demonstrates vhost PMD with testpmd DPDK sample application.
.. code-block:: console
- ./testpmd -c f -n 4 --vdev 'eth_vhost0,iface=/tmp/sock0,queues=1' -- -i
+ ./testpmd -c f -n 4 --vdev 'net_vhost0,iface=/tmp/sock0,queues=1' -- -i
Other basic DPDK preparations like hugepage enabling here.
Please refer to the *DPDK Getting Started Guide* for detailed instructions.