[PATCH 10/11] eal: remove deprecated thread functions
Thomas Monjalon
thomas at monjalon.net
Mon Sep 11 18:13:48 CEST 2023
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_status;
> > };
>
> the code above here
>
> struct rte_thread_ctrl_params i think can now get renamed to
> rte_thread_control_params and i think we can get rid of the union.
> if i look through the code history i only added it to help maintain
> compatibility while we had both ctrl and control thread APIs.
Yes I can do this cleanup.
Instead of rte_thread_control_params,
I would call it control_thread_params as it is private.
More information about the dev
mailing list