Re: [PATCH v5 1/4] eal: add thread set name API operating on rte thread

2023-01-18 Thread David Marchand
On Tue, Jan 17, 2023 at 7:21 PM Tyler Retzlaff wrote: > > Add a rte_thread_set_name that sets the name of an rte_thread_t thread. > This is a replacement for the rte_thread_setname(pthread_t, ...) which > exposes platform-specific details. > > Signed-off-by: Tyler Retzlaff > --- > > Series-acked-

[PATCH v5 1/4] eal: add thread set name API operating on rte thread

2023-01-17 Thread Tyler Retzlaff
Add a rte_thread_set_name that sets the name of an rte_thread_t thread. This is a replacement for the rte_thread_setname(pthread_t, ...) which exposes platform-specific details. Signed-off-by: Tyler Retzlaff --- Series-acked-by: Morten Brørup lib/eal/common/eal_common_thread.c | 9 +++-