Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH] bin: update template config
@ 2019-07-21  5:41 Yasufumi Ogawa
  0 siblings, 0 replies; only message in thread
From: Yasufumi Ogawa @ 2019-07-21  5:41 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-21  5:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-21  5:41 [spp] [PATCH] bin: update template config Yasufumi Ogawa

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).