Re: [PATCH v9 4/4] eal: deprecation notice for rte thread setname API

2023-01-24 Thread Tyler Retzlaff
On Tue, Jan 24, 2023 at 07:05:18PM +0100, Thomas Monjalon wrote: > 24/01/2023 19:02, Tyler Retzlaff: > > +* eal: The function ``rte_thread_setname`` is planned to be deprecated > > + starting with the 23.03 release subject to the replacement API > > + rte_thread_set_name being marked as stable an

Re: [PATCH v9 4/4] eal: deprecation notice for rte thread setname API

2023-01-24 Thread Thomas Monjalon
24/01/2023 19:02, Tyler Retzlaff: > +* eal: The function ``rte_thread_setname`` is planned to be deprecated > + starting with the 23.03 release subject to the replacement API > + rte_thread_set_name being marked as stable and planned to be removed > + by the 23.11 release. You are introducing r

[PATCH v9 4/4] eal: deprecation notice for rte thread setname API

2023-01-24 Thread Tyler Retzlaff
Notify deprecation of rte_thread_setname API, it will be removed as it exposes platform-specific thread details. The functionality it provided is now available via the new rte_lcore_set_name API. Signed-off-by: Tyler Retzlaff Acked-by: Morten Brørup Acked-by: David Marchand --- doc/guides/rel_