Re: [PATCH 07/11] drivers: convert to internal control threads

2023-09-11 Thread Andrew Rybchenko
On 9/6/23 19:12, Thomas Monjalon wrote: Calls to rte_ctrl_thread_create() are replaced with rte_thread_create_internal_control(). Other pthread-related functions are replaced with the rte_thread API. Only pthread_cancel() has no replacement. The mlx5 vDPA control threads were real-time threads w

[PATCH 07/11] drivers: convert to internal control threads

2023-09-06 Thread Thomas Monjalon
Calls to rte_ctrl_thread_create() are replaced with rte_thread_create_internal_control(). Other pthread-related functions are replaced with the rte_thread API. Only pthread_cancel() has no replacement. The mlx5 vDPA control threads were real-time threads with an affinity on the core specified by t