Re: [PATCH v3] eal: update lcore-worker name due to high number of cores

2022-09-26 Thread Kevin Traynor
On 26/09/2022 10:39, David Marchand wrote: Hello, On Fri, Sep 23, 2022 at 9:06 AM 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 by

Re: [PATCH v3] eal: update lcore-worker name due to high number of cores

2022-09-26 Thread David Marchand
Hello, On Fri, Sep 23, 2022 at 9:06 AM 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 follo

[PATCH v3] eal: update lcore-worker name due to high number of cores

2022-09-23 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ç Acked-by: Stephen Hemminger