Re: [PATCH 00/11] rework thread management

2023-09-07 Thread Tyler Retzlaff
On Thu, Sep 07, 2023 at 10:30:59AM +0200, Morten Brørup wrote: > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > Sent: Wednesday, 6 September 2023 18.12 > > > > The main effect of this patch series is to > > remove calls to pthread functions except for pthread_cancel and locks. > > > > T

RE: [PATCH 00/11] rework thread management

2023-09-07 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Wednesday, 6 September 2023 18.12 > > The main effect of this patch series is to > remove calls to pthread functions except for pthread_cancel and locks. > > The function rte_thread_create_control() does not take attributes anymore > as

[PATCH 00/11] rework thread management

2023-09-06 Thread Thomas Monjalon
The main effect of this patch series is to remove calls to pthread functions except for pthread_cancel and locks. The function rte_thread_create_control() does not take attributes anymore as it looks a useless complication of the API. Then the rte_thread API is made stable, so we can remove the ol