Re: [PATCH 0/2] fix the problem of dma-perf infinite loop

2025-03-23 Thread huangdengdui
On 2025/3/21 15:49, David Marchand wrote: > On Fri, Mar 21, 2025 at 5:03 AM Dengdui Huang wrote: >> >> After CPU isolation is configured, an infinite loop occurs when >> dma-perf is executed using the default config file. >> >> This patchset fix it. >> >> Dengdui Huang (2): >> eal: fix wake a

Re: [PATCH 0/2] fix the problem of dma-perf infinite loop

2025-03-21 Thread David Marchand
On Fri, Mar 21, 2025 at 5:03 AM Dengdui Huang wrote: > > After CPU isolation is configured, an infinite loop occurs when > dma-perf is executed using the default config file. > > This patchset fix it. > > Dengdui Huang (2): > eal: fix wake a incorrect lcore > app/dma-perf: fix infinite loop >

[PATCH 0/2] fix the problem of dma-perf infinite loop

2025-03-20 Thread Dengdui Huang
After CPU isolation is configured, an infinite loop occurs when dma-perf is executed using the default config file. This patchset fix it. Dengdui Huang (2): eal: fix wake a incorrect lcore app/dma-perf: fix infinite loop app/test-dma-perf/benchmark.c | 5 - lib/eal/unix/eal_unix_thread