Re: [PATCH v5] eal: fix thread names for high order lcores

2022-09-30 Thread David Marchand
On Mon, Sep 26, 2022 at 12:03 PM Abdullah Ömer Yamaç wrote: > > In this patch we suggest a new name for lcore-worker. > In case of higher order (greater than 99) logical cores, name is truncated > (length is restricted to 16 characters, including the > terminating null byte ('\0')) and it makes ha

[PATCH v5] eal: fix thread names for high order lcores

2022-09-26 Thread Abdullah Ömer Yamaç
In this patch we suggest a new name for lcore-worker. In case of higher order (greater 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. Ex: This issue can be generated using following