From 858151ff84848b3803f37983e4fe8bc450cb45ce Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Wed, 11 Jul 2018 10:51:00 +0200 Subject: threads: fix issue with setting main-core to 0 Change-Id: Id3ccfcfa2a88cf7aa106f1202af7cd677de32575 Signed-off-by: Damjan Marion --- src/vpp/conf/startup.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/vpp/conf/startup.conf') diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf index c1ac1235861..34631aa8e0f 100644 --- a/src/vpp/conf/startup.conf +++ b/src/vpp/conf/startup.conf @@ -38,7 +38,8 @@ cpu { ## Manual pinning of thread(s) to CPU core(s) - ## Set logical CPU core where main thread runs + ## Set logical CPU core where main thread runs, if main core is not set + ## VPP will use core 1 if available # main-core 1 ## Set logical CPU core(s) where worker threads are running -- cgit 1.2.3-korg