Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH] bin: change default pri lcores to two
@ 2019-10-17 12:57 yasufum.o
  0 siblings, 0 replies; only message in thread
From: yasufum.o @ 2019-10-17 12:57 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

From: Yasufumi Ogawa <yasufum.o@gmail.com>

This update is to change number of lcores for assigning spp_primary
from one to two for running slave forwarding thread as default.

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

diff --git a/bin/sample/config.sh b/bin/sample/config.sh
index 69215d1..6dfd89d 100644
--- a/bin/sample/config.sh
+++ b/bin/sample/config.sh
@@ -6,7 +6,7 @@ SPP_HUGEPAGES=/dev/hugepages
 
 # spp_primary options
 LOGLEVEL=7  # change to 8 if you refer debug messages.
-PRI_CORE_LIST=0  # required one lcore usually.
+PRI_CORE_LIST=0,1  # required one lcore usually.
 PRI_MEM=1024
 PRI_MEMCHAN=4  # change for your memory channels.
 NUM_RINGS=8
-- 
2.17.1


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

only message in thread, other threads:[~2019-10-17 12:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-17 12:57 [spp] [PATCH] bin: change default pri lcores to two yasufum.o

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