Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/1] Change default shared lcore in config
@ 2019-10-14 18:45 Yasufumi Ogawa
  2019-10-14 18:46 ` [spp] [PATCH 1/1] cli: change " Yasufumi Ogawa
  0 siblings, 1 reply; 2+ messages in thread
From: Yasufumi Ogawa @ 2019-10-14 18:45 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

As primary is changed to do forwarding and require two lcores for,
change shared lcore among secondaries from 1 to 2. It is applied to both
of the latest and stable-v18.08 repositories.

Yasufumi Ogawa (1):
  cli: change default shared lcore in config

 src/cli/config/default.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [spp] [PATCH 1/1] cli: change default shared lcore in config
  2019-10-14 18:45 [spp] [PATCH 0/1] Change default shared lcore in config Yasufumi Ogawa
@ 2019-10-14 18:46 ` Yasufumi Ogawa
  0 siblings, 0 replies; 2+ messages in thread
From: Yasufumi Ogawa @ 2019-10-14 18:46 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

As primary is changed to do forwarding and require two lcores for,
change shared lcore among secondaries from 1 to 2.

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

diff --git a/src/cli/config/default.yml b/src/cli/config/default.yml
index 60aaef7..e8c7db5 100644
--- a/src/cli/config/default.yml
+++ b/src/cli/config/default.yml
@@ -11,7 +11,7 @@ sec_mem:
     val: -m 512
     desc: Mem size
 sec_m_lcore:
-    val: 1
+    val: 2
     desc: Shared master lcore among secondaries
 sec_wait_launch:
     val: 0.5
-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-14 18:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14 18:45 [spp] [PATCH 0/1] Change default shared lcore in config Yasufumi Ogawa
2019-10-14 18:46 ` [spp] [PATCH 1/1] cli: change " 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).