Re: [PATCH] vdpa/mlx5: revert event thread to normal priority

2023-11-02 Thread Maxime Coquelin
On 10/31/23 15:57, Thomas Monjalon wrote: When converting to rte_thread API, the SCHED_RR policy has been translated into RTE_THREAD_PRIORITY_REALTIME_CRITICAL. But SCHED_RR was not effective prior to this conversion because PTHREAD_EXPLICIT_SCHED attribute was missing initially. Using the de

[PATCH] vdpa/mlx5: revert event thread to normal priority

2023-10-31 Thread Thomas Monjalon
When converting to rte_thread API, the SCHED_RR policy has been translated into RTE_THREAD_PRIORITY_REALTIME_CRITICAL. But SCHED_RR was not effective prior to this conversion because PTHREAD_EXPLICIT_SCHED attribute was missing initially. Using the default priority RTE_THREAD_PRIORITY_NORMAL shoul