Soft Patch Panel
 help / color / mirror / Atom feed
From: Yasufumi Ogawa <yasufum.o@gmail.com>
To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com
Subject: [spp] [PATCH] bin: update template config
Date: Sun, 21 Jul 2019 14:41:50 +0900	[thread overview]
Message-ID: <20190721054150.22569-1-yasufum.o@gmail.com> (raw)

As startup script was updated for supporting ring and tap interfaces,
add params for the interfaces in template config file.

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
---
 bin/sample/config.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/sample/config.sh b/bin/sample/config.sh
index 9bdee41..c7ad672 100644
--- a/bin/sample/config.sh
+++ b/bin/sample/config.sh
@@ -11,9 +11,9 @@ PRI_MEM=1024
 PRI_MEMCHAN=4  # change for your memory channels.
 NUM_RINGS=8
 PRI_PORTMASK=0x03  # total num of ports of spp_primary.
-#PRI_VHOST_IDS=(11 12)  # you use if you have no phy ports.
-#PRI_RING_IDS=(1 2)  # you use if you have no phy ports.
-#PRI_TAP_IDS=(1 2)  # you use if you have no phy ports.
+#PRI_VHOST_VDEVS=(11 12)  # you use if you have no phy ports.
+#PRI_RING_VDEVS=(1 2)  # you use if you have no phy ports.
+#PRI_TAP_VDEVS=(1 2)  # you use if you have no phy ports.
 
 # You do not need to change usually.
 # Log files created in 'spp/log/'.
-- 
2.17.1


                 reply	other threads:[~2019-07-21  5:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20190721054150.22569-1-yasufum.o@gmail.com \
    --to=yasufum.o@gmail.com \
    --cc=ferruh.yigit@intel.com \
    --cc=spp@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).