After CPU isolation is configured, an infinite loop occurs when dma-perf is executed using the default config file.
This patchset fix it by adding lcore ID checks and pipe checks. Dengdui Huang (3): eal: fix uncheck lcore ID eal: fix unckeck pipe app/dma-perf: fix infinite loop app/test-dma-perf/main.c | 8 +++++++- lib/eal/common/eal_common_launch.c | 9 +++++++++ lib/eal/unix/eal_unix_thread.c | 3 +++ lib/eal/windows/eal_thread.c | 3 +++ 4 files changed, 22 insertions(+), 1 deletion(-) -- 2.33.0