Re: [PATCH v6 0/3] eal: deprecate last use of pthread_t in public API

2023-02-09 Thread David Marchand
On Wed, Feb 8, 2023 at 10:26 PM Tyler Retzlaff wrote: > > Announce deprecation of rte_ctrl_thread_create API which is the final > remaining stable API exposing pthread_t. > > Provide an equivalent replacement API rte_thread_create_control that > uses the new rte_thread_t type. > > Provide a unit t

Re: [PATCH v6 0/3] eal: deprecate last use of pthread_t in public API

2023-02-09 Thread David Marchand
On Wed, Feb 8, 2023 at 10:26 PM Tyler Retzlaff wrote: > > Announce deprecation of rte_ctrl_thread_create API which is the final > remaining stable API exposing pthread_t. > > Provide an equivalent replacement API rte_thread_create_control that > uses the new rte_thread_t type. > > Provide a unit t

[PATCH v6 0/3] eal: deprecate last use of pthread_t in public API

2023-02-08 Thread Tyler Retzlaff
Announce deprecation of rte_ctrl_thread_create API which is the final remaining stable API exposing pthread_t. Provide an equivalent replacement API rte_thread_create_control that uses the new rte_thread_t type. Provide a unit test for the new rte_thread_create_control API (test code provided by