On 01-Jul-20 9:23 PM, Stephen Hemminger wrote:
Use initial lcore instead. Signed-off-by: Stephen Hemminger <[email protected]> ---
<snip>
static void *
@@ -2265,7 +2265,7 @@ lthread_spawner(__rte_unused void *arg)
* (main_lthread_master).
*/
static int
-lthread_master_spawner(__rte_unused void *arg) {
+lthread_initial_spawner(__rte_unused void *arg) {
You've missed the comments right above this. Once that's fixed, Acked-by: Anatoly Burakov <[email protected]> -- Thanks, Anatoly

