Re: [PATCH v5 4/4] eal: deprecate rte thread setname API

2023-01-18 Thread David Marchand
On Tue, Jan 17, 2023 at 7:21 PM Tyler Retzlaff wrote: > > Notify deprecation of rte_thread_setname API, it is being removed as it > exposes platform-specific thread details. The functionality it provided > is now implicitly provided via the rte_lcore_set_name API if the > underlying platform suppo

[PATCH v5 4/4] eal: deprecate rte thread setname API

2023-01-17 Thread Tyler Retzlaff
Notify deprecation of rte_thread_setname API, it is being removed as it exposes platform-specific thread details. The functionality it provided is now implicitly provided via the rte_lcore_set_name API if the underlying platform supports it. Signed-off-by: Tyler Retzlaff --- doc/guides/rel_notes