Re: [PATCH v4 0/3] eal: rte_ctrl_thread_create API replacement

2022-12-10 Thread Mattias Rönnblom
On 2022-12-09 00:19, Tyler Retzlaff wrote: Remove rte_ctrl_thread_create API which exposes pthread_t and provide new rte_control_thread_create API based on EALs rte_thread_t. For the series, Reviewed-by: Mattias Rönnblom

[PATCH v4 0/3] eal: rte_ctrl_thread_create API replacement

2022-12-08 Thread Tyler Retzlaff
Remove rte_ctrl_thread_create API which exposes pthread_t and provide new rte_control_thread_create API based on EALs rte_thread_t. To limit compatibility regression risk and ease of removal of the existing rte_ctrl_thread_create in the future duplicate most of the existing implementation. The dup