On Wed, Sep 06, 2023 at 06:12:20PM +0200, Thomas Monjalon wrote: > The experimental function rte_thread_create_control() > is supposed to wrap actions needed to create a control thread in DPDK. > This function should be easy to port on any OS. > > As such, the thread attributes should not be customizable in this API. > The thread priority should be normal, and the affinity is on "free cores". > That's why the custom attributes parameter thread_attr is dropped. > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > --- Acked-by: Tyler Retzlaff <roret...@linux.microsoft.com>
- [PATCH 00/11] rework thread management Thomas Monjalon
- [PATCH 01/11] devtools: warn when adding some pthread... Thomas Monjalon
- Re: [PATCH 01/11] devtools: warn when adding some... David Marchand
- [PATCH 02/11] eal: rename thread name length definiti... Thomas Monjalon
- Re: [PATCH 02/11] eal: rename thread name length ... Tyler Retzlaff
- [PATCH 03/11] eal: remove attributes from control thr... Thomas Monjalon
- Re: [PATCH 03/11] eal: remove attributes from con... Tyler Retzlaff
- [PATCH 04/11] eal: promote thread API as stable Thomas Monjalon
- Re: [PATCH 04/11] eal: promote thread API as stab... Tyler Retzlaff
- [PATCH 05/11] eal: force prefix for internal threads Thomas Monjalon
- Re: [PATCH 05/11] eal: force prefix for internal ... David Marchand
- RE: [PATCH 05/11] eal: force prefix for inter... Morten Brørup
- Re: [PATCH 05/11] eal: force prefix for i... David Marchand
- Re: [PATCH 05/11] eal: force prefix ... David Marchand
- RE: [PATCH 05/11] eal: force pre... Morten Brørup
- Re: [PATCH 05/11] eal: force... Thomas Monjalon
- RE: [PATCH 05/11] eal: force... Morten Brørup