vlib: properly configure main thread's core id 93/24693/4
authorJon Loeliger <jdl@netgate.com>
Fri, 31 Jan 2020 00:37:47 +0000 (18:37 -0600)
committerDamjan Marion <dmarion@me.com>
Mon, 10 Feb 2020 18:53:46 +0000 (18:53 +0000)
commitf617b145ebc2f6ea2ad9bc3b6fa26968a0493821
tree2b768a0afeaa7c26547c8b8e25ff29e41ff77654
parente053056bb33f6b5c3363cbe9bb27e01e84c2e6df
vlib: properly configure main thread's core id

Prior to this patch, the main thread's core id was
always reported as 0.
This patch makes a call to vlib_get_thread_core_socket() on
the main thread so that its core id is set properly.

Type: fix
Fixes: 5d64c7868f67749a6c99eb4ee5998b518ab6c71c

Change-Id: I019cb95eec031da25197e48d956038c4bd6b5040
Signed-off-by: Jon Loeliger <jdl@netgate.com>
src/vlib/threads.c