DPDK website maintenance
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: web@dpdk.org
Subject: [dpdk-web] [PATCH] update quick start with pcap
Date: Mon, 20 Feb 2017 14:38:09 +0100	[thread overview]
Message-ID: <1487597889-16560-1-git-send-email-thomas.monjalon@6wind.com> (raw)

The vdev names start now with net_ instead of eth_.

Signed-off-by: Thomas Monjalon <thomas.monjalon@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 &gt; /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&gt; show port stats all
-- 
2.7.0

             reply	other threads:[~2017-02-20 13:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-20 13:38 Thomas Monjalon [this message]
2017-02-20 14:31 ` Ferruh Yigit
2017-02-21  9:57 ` Mcnamara, John
2017-02-26 17:06   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1487597889-16560-1-git-send-email-thomas.monjalon@6wind.com \
    --to=thomas.monjalon@6wind.com \
    --cc=web@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).