Test-Label: Intel-dts-suite-test Test-Status: SUCCESS http://dpdk.org/patch/127275 Subject: [V1,4/4] tests/multiple_pthread: support eal_param -a to avoid running containers conflict _Testing OK_ Diff: tests/TestSuite_coremask.py tests/TestSuite_ethtool_stats.py tests/TestSuite_external_mempool_handler.py tests/TestSuite_multiple_pthread.py DPDK: commit c41a103c961ded5a0966652f4daf0a661a947352 Author: Philip Prindeville Date: Sat May 20 12:07:30 2023 -0600 Comment: vfio: fix include with musl runtime DTS: commit eec72dc0ea5ba5e9b02dfed091e76f9dce0d38b9 Author: Lijuan Tu Date: Fri Apr 28 15:14:05 2023 +0800 Comment: version: 23.07-rc0 Test environment and result as below: +--------------------------+----------+---------------------------------+--------------------------------+ | suits | category | UB2004-64+216_columbiaville_25g | UB2004-64+216_fortville_spirit | +--------------------------+----------+---------------------------------+--------------------------------+ | multiple_pthread | NIC PF | not run | run | | ethtool_stats | NIC PF | not run | run | | coremask | NIC PF | not run | run | | external_mempool_handler | NIC PF | not run | run | +--------------------------+----------+---------------------------------+--------------------------------+ Log path: /regression_dts/results/test/af5f629e1cb042e0b617e03e83df78d3 #1: UB2004-64+216_fortville_spirit OS: Ubuntu 20.04.5 LTS Kernel: 5.4.0-135-generic CPU: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz GCC: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 Clang: NA Status: SUCCESS Catogory: NIC PF Target: x86_64-native-linuxapp-gcc with_patch Total/Pass/Fail/Blocked/NA: 16/16/0/0/0 Detail test results: +-------------------------------------------------------+------------+ | suit/case | with_patch | +-------------------------------------------------------+------------+ | coremask/test_all_cores_coremask | passed | | coremask/test_big_coremask | passed | | coremask/test_individual_coremask | passed | | coremask/test_wrong_coremask | passed | | ethtool_stats/test_xstat | passed | | ethtool_stats/test_xstat_integrity | passed | | ethtool_stats/test_xstat_reset | passed | | ethtool_stats/test_xstat_single_statistic | passed | | external_mempool_handler/test_mempool_handler_default | passed | | external_mempool_handler/test_mempool_handler_mp_sc | passed | | external_mempool_handler/test_mempool_handler_sp_mc | passed | | external_mempool_handler/test_mempool_handler_sp_sc | passed | | external_mempool_handler/test_mempool_handler_stack | passed | | multiple_pthread/test_basic_operation | passed | | multiple_pthread/test_negative | passed | | multiple_pthread/test_positive | passed | +-------------------------------------------------------+------------+ DPDK STV team