Re: [PATCH v2] lib/eal/linux: update lcore-worker name due to high number of cores

2022-09-22 Thread Stephen Hemminger
On Thu, 22 Sep 2022 13:30:23 +0300 Abdullah Ömer Yamaç wrote: > In this patch we suggest a new name for lcore-worker. > In case of more than 99 logical cores, name is truncated > (length is restricted to 16 characters, including the > terminating null byte ('\0')) and it makes hard to follow thre

[PATCH v2] lib/eal/linux: update lcore-worker name due to high number of cores

2022-09-22 Thread Abdullah Ömer Yamaç
In this patch we suggest a new name for lcore-worker. In case of more than 99 logical cores, name is truncated (length is restricted to 16 characters, including the terminating null byte ('\0')) and it makes hard to follow threads. Signed-off-by: Abdullah Ömer Yamaç --- Cc: David Marchand ---