vlib: require main core with 'skip-cores' attribute 99/41099/4
authorhsandid <[email protected]>
Mon, 10 Jun 2024 14:06:37 +0000 (16:06 +0200)
committerDamjan Marion <[email protected]>
Sun, 13 Apr 2025 19:06:22 +0000 (19:06 +0000)
commitf2aaacf36186c749e96f2cc1ee27c905b2ac7ef2
treed1515b000a4a3802dbd657c88eaaf7a886b34cbf
parent9efdde87fac7f9f0ee73ec5d6764a3e9b9efeb43
vlib: require main core with 'skip-cores' attribute

Type: fix

Not specifying main core with 'skip-cores' attribute can result
in launch issues e.g. if main thread pinned automatically by
scheduler to a cpu in 'skip-cores' range.

Change-Id: Ie47b3691e25ed4ff5d53887d3e1d5e8cb2be00b9
Signed-off-by: Hadi Rayan Al-Sandid <[email protected]>
src/vlib/threads.c