]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/howto/vfd.rst
app/testpmd: display Rx queue used descriptor count
[dpdk.git] / doc / guides / howto / vfd.rst
index 0ec0a0478d8ecd6f287bf087cf8e7fe521bc7623..5a62e6ff5a8bdc453a028e332a4a165ac42a27e0 100644 (file)
@@ -83,7 +83,7 @@ The typical procedure to achieve this is as follows:
 
 #. Run a DPDK application on the PF in the host::
 
-      testpmd -l 0-7 -n 4 -- -i --txqflags=0
+      dpdk-testpmd -l 0-7 -n 4 -- -i --txqflags=0
 
 #. Bind the VF port to ``igb_uio`` in the VM::
 
@@ -91,7 +91,7 @@ The typical procedure to achieve this is as follows:
 
 #. Run a DPDK application on the VF in the VM::
 
-      testpmd -l 0-7 -n 4 -- -i --txqflags=0
+      dpdk-testpmd -l 0-7 -n 4 -- -i --txqflags=0
 
 
 Common functions of IXGBE and I40E