Re: [PATCH 10/11] eal: remove deprecated thread functions

2023-09-11 Thread Tyler Retzlaff
On Mon, Sep 11, 2023 at 06:13:48PM +0200, Thomas Monjalon wrote: > 08/09/2023 06:22, Tyler Retzlaff: > > On Wed, Sep 06, 2023 at 06:12:27PM +0200, Thomas Monjalon wrote: > > > --- a/lib/eal/common/eal_common_thread.c > > > +++ b/lib/eal/common/eal_common_thread.c > > > @@ -248,7 +248,7 @@ struct rt

Re: [PATCH 10/11] eal: remove deprecated thread functions

2023-09-11 Thread Thomas Monjalon
08/09/2023 06:22, Tyler Retzlaff: > On Wed, Sep 06, 2023 at 06:12:27PM +0200, Thomas Monjalon wrote: > > --- a/lib/eal/common/eal_common_thread.c > > +++ b/lib/eal/common/eal_common_thread.c > > @@ -248,7 +248,7 @@ struct rte_thread_ctrl_params { > > enum __rte_ctrl_thread_status ctrl_thread_st

Re: [PATCH 10/11] eal: remove deprecated thread functions

2023-09-07 Thread Tyler Retzlaff
On Wed, Sep 06, 2023 at 06:12:27PM +0200, Thomas Monjalon wrote: > The deprecated functions rte_thread_setname() and rte_ctrl_thread_create() > are replaced with the new rte_thread API: > > rte_thread_setname() > can be replaced with > rte_thread_set_name() > orrte_thread_set_prefi

[PATCH 10/11] eal: remove deprecated thread functions

2023-09-06 Thread Thomas Monjalon
The deprecated functions rte_thread_setname() and rte_ctrl_thread_create() are replaced with the new rte_thread API: rte_thread_setname() can be replaced with rte_thread_set_name() or rte_thread_set_prefixed_name() rte_ctrl_thread_create() can be replaced with