[dpdk-web] [PATCH] update quick start with pcap

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Feb 20 14:38:09 CET 2017


The vdev names start now with net_ instead of eth_.

Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
---
 doc/quick-start.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/quick-start.html b/doc/quick-start.html
index 3adf28a..164dd60 100644
--- a/doc/quick-start.html
+++ b/doc/quick-start.html
@@ -57,7 +57,7 @@ mount -t hugetlbfs nodev /mnt/huge
 echo 64 > /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages</pre>
 			<p>Run poll-mode driver test (with a cable between ports).</p>
 			<pre>
-build/app/testpmd -c7 -n3 --vdev=eth_pcap0,iface=eth0 --vdev=eth_pcap1,iface=eth1 --
+build/app/testpmd -c7 -n3 --vdev=net_pcap0,iface=eth0 --vdev=net_pcap1,iface=eth1 --
                   -i --nb-cores=2 --nb-ports=2 --total-num-mbufs=2048
 
 testpmd> show port stats all
-- 
2.7.0



More information about the web mailing list