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

2023-01-31 Thread Tyler Retzlaff
top-post this is a re-submission of v5 of the series due to a mistake i made in the first submission that caused it not to be correctly submitted to patchwork. apologies for the noise. On Tue, Jan 31, 2023 at 12:30:14PM -0800, Tyler Retzlaff wrote: > Announce deprecation of rte_ctrl_thread_c

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

2023-01-31 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_control_thread_create that uses the new rte_thread_t type. Provide a unit test for the new rte_control_thread_create API. Add missing doxygen i

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

2023-01-31 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_control_thread_create that uses the new rte_thread_t type. Provide a unit test for the new rte_control_thread_create API. Add missing doxygen i