Acked-by: Chengwen Feng <[email protected]>
On 6/24/2026 1:42 PM, Rupesh Chiluka wrote:
> When a configured worker lcore is same as EAL main lcore, the main
> thread calls `rte_eal_remote_launch()` on itself and then waits for
> `worker_info.ready_flag`. The worker function cannot run on the main
> lcore while the main thread is blocked in that loop, and the test hangs.
>
> Reject such cases early in the `run_test()`.
>
> Fixes: 623dc9364dc6 ("app/dma-perf: introduce DMA performance test")
> CC: [email protected]
>
> Signed-off-by: Rupesh Chiluka <[email protected]>