[PATCH 2/2] app/dma-perf: fix infinite loop

2025-03-27 Thread Dengdui Huang
When a core that is not used by the rte is specified in the config for testing, the problem of infinite loop occurs. This patch fix it by adding a check for lcore_id. Fixes: 623dc9364dc6 ("app/dma-perf: introduce DMA performance test") Cc: sta...@dpdk.org Signed-off-by: Dengdui Huang --- app/te

Re: [PATCH 2/2] app/dma-perf: fix infinite loop

2025-03-25 Thread Stephen Hemminger
On Fri, 21 Mar 2025 12:03:16 +0800 Dengdui Huang wrote: > When a core that is not used by the rte is specified in the config > for testing, the problem of infinite loop occurs. The root cause > is that the program waits for the completion of the test task when > the test worker fails to be starte

[PATCH 2/2] app/dma-perf: fix infinite loop

2025-03-24 Thread Dengdui Huang
When a core that is not used by the rte is specified in the config for testing, the problem of infinite loop occurs. The root cause is that the program waits for the completion of the test task when the test worker fails to be started on the lcore. This patch fix it. Fixes: 533d7e7f66f3 ("app/dma-

Re: [PATCH 2/2] app/dma-perf: fix infinite loop

2025-03-23 Thread huangdengdui
On 2025/3/21 23:58, Stephen Hemminger wrote: > On Fri, 21 Mar 2025 12:03:16 +0800 > Dengdui Huang wrote: > >> When a core that is not used by the rte is specified in the config >> for testing, the problem of infinite loop occurs. The root cause >> is that the program waits for the completion of