[PATCH v3 0/3] fix the problem of dma-perf infinite loop
    Dengdui Huang 
    huangdengdui at huawei.com
       
    Wed Apr  2 14:24:51 CEST 2025
    
    
  
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
    
    
More information about the dev
mailing list