Re: [PATCH v3 00/11] rework thread management

2023-09-22 Thread David Marchand
On Wed, Sep 13, 2023 at 1:45 PM Thomas Monjalon wrote: > > 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 thread attributes > settings anymore as it looks a useless compl

Re: [PATCH v3 00/11] rework thread management

2023-09-17 Thread Konstantin Ananyev
13/09/2023 12:28, 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 thread attributes settings anymore as it looks a useless complication of the API. Then

[PATCH v3 00/11] rework thread management

2023-09-13 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 thread attributes settings anymore as it looks a useless complication of the API. Then the rte_thread API is made stable, so we c