[PATCH] eal/alarm_cancel: Fix thread starvation

2024-09-25 Thread Wojciech Panfil
completed the detachment. Waiting for completion, rte_eal_alarm_cancel is called, while another thread periodically calls eal_alarm_callback causing the issue to occur. Signed-off-by: Wojciech Panfil --- lib/eal/freebsd/eal_alarm.c | 6 ++ lib/eal/linux/eal_alarm.c | 6 ++ lib/eal/windows

[PATCH] eal/alarm_cancel: Fix thread starvation

2024-09-17 Thread Wojciech Panfil
completed the detachment. Waiting for completion, rte_eal_alarm_cancel is called, while another thread periodically calls eal_alarm_callback causing the issue to occur. Signed-off-by: Wojciech Panfil --- lib/eal/freebsd/eal_alarm.c | 5 + lib/eal/linux/eal_alarm.c | 5 + lib/eal/windows

[PATCH] eal/alarm_cancel: Fix thread starvation

2024-09-18 Thread Wojciech Panfil
completed the detachment. Waiting for completion, rte_eal_alarm_cancel is called, while another thread periodically calls eal_alarm_callback causing the issue to occur. Signed-off-by: Wojciech Panfil --- lib/eal/freebsd/eal_alarm.c | 6 ++ lib/eal/linux/eal_alarm.c | 6 ++ lib/eal/windows