Test-Label: Intel-dts-suite-test Test-Status: SUCCESS http://dpdk.org/patch/120691 Subject: [V2,5/5] tests/TestSuite_*: skip igb_uio cases _Testing OK_ Diff: test_plans/generic_flow_api_test_plan.rst tests/TestSuite_generic_flow_api.py conf/test_case_supportlist.json conf/test_case_checklist.json framework/test_case.py tests/TestSuite_vf_packet_rxtx.py tests/TestSuite_vf_macfilter.py tests/TestSuite_vf_interrupt_pmd.py tests/TestSuite_veb_switch.py tests/TestSuite_qinq_filter.py tests/TestSuite_ip_pipeline.py tests/TestSuite_external_memory.py DPDK: commit c581c49cd3fcaff596fbe566e270b442e6326c79 Author: Akhil Goyal Date: Mon Dec 5 13:29:44 2022 +0530 Comment: maintainers: split baseband from crypto tree DTS: commit 1b4f822bee585e100b0192d6383d01fb95cb7dfa Author: Wei Ling Date: Tue Nov 22 15:13:31 2022 +0800 Comment: tests/virtio_event_idx_interrupt_cbdma: modify the dmas parameter by DPDK changed Test environment and result as below: +---------------------+----------+---------------------------------+--------------------------------+ | suits | category | UB2004-64+216_columbiaville_25g | UB2004-64+216_fortville_spirit | +---------------------+----------+---------------------------------+--------------------------------+ | vf_to_vf_nic_bridge | NIC VF | not run | run | | vf_smoke | NIC VF | not run | run | | external_memory | NIC PF | not run | run | | pf_smoke | NIC PF | not run | run | | ice_rss_configure | CVL Only | run | not run | | virtio_smoke | Virtio | not run | run | +---------------------+----------+---------------------------------+--------------------------------+ Log path: /regression_dts/results/test/0e112d6b6e424bdc91cee8a3cf516e7e #1: UB2004-64+216_fortville_spirit OS: Ubuntu 22.10 Kernel: 6.0.7-060007-generic CPU: Intel(R) Xeon(R) Platinum 8180 CPU @ 2.50GHz GCC: gcc (Ubuntu 12.2.0-3ubuntu1) 12.2.0 Clang: NA Status: SUCCESS Catogory: NIC PF Target: x86_64-native-linuxapp-gcc with_patch Total/Pass/Fail/Blocked/NA: 7/5/0/0/2 Detail test results: +----------------------------------------+------------+ | suit/case | with_patch | +----------------------------------------+------------+ | external_memory/test_IGB_UIO_xmem | n/a | | external_memory/test_IGB_UIO_xmemhuage | n/a | | external_memory/test_VFIO_PCI_xmem | passed | | external_memory/test_VFIO_PCI_xmemhuge | passed | | pf_smoke/test_pf_jumbo_frames | passed | | pf_smoke/test_pf_rss | passed | | pf_smoke/test_pf_tx_rx_queue | passed | +----------------------------------------+------------+ Status: SUCCESS Catogory: NIC VF Target: x86_64-native-linuxapp-gcc with_patch Total/Pass/Fail/Blocked/NA: 6/6/0/0/0 Detail test results: +-------------------------------------------------+------------+ | suit/case | with_patch | +-------------------------------------------------+------------+ | vf_smoke/test_vf_jumbo_frames | passed | | vf_smoke/test_vf_rss | passed | | vf_smoke/test_vf_tx_rx_queue | passed | | vf_to_vf_nic_bridge/test_2vf_d2d_testpmd_stream | passed | | vf_to_vf_nic_bridge/test_2vf_d2k_testpmd_stream | passed | | vf_to_vf_nic_bridge/test_2vf_k2d_scapy_stream | passed | +-------------------------------------------------+------------+ Status: SUCCESS Catogory: Virtio Target: x86_64-native-linuxapp-gcc with_patch Total/Pass/Fail/Blocked/NA: 2/2/0/0/0 Detail test results: +-----------------------------------+------------+ | suit/case | with_patch | +-----------------------------------+------------+ | virtio_smoke/test_virtio_loopback | passed | | virtio_smoke/test_virtio_pvp | passed | +-----------------------------------+------------+ #2: UB2004-64+216_columbiaville_25g OS: Ubuntu 22.10 Kernel: 6.0.7-060007-generic CPU: Intel(R) Xeon(R) Platinum 8180 CPU @ 2.50GHz GCC: gcc (Ubuntu 12.2.0-3ubuntu1) 12.2.0 Clang: NA Status: SUCCESS Catogory: CVL Only Target: x86_64-native-linuxapp-gcc with_patch Total/Pass/Fail/Blocked/NA: 11/11/0/0/0 Detail test results: +--------------------------------------------------------+------------+ | suit/case | with_patch | +--------------------------------------------------------+------------+ | ice_rss_configure/test_command_line_option_rss_default | passed | | ice_rss_configure/test_command_line_option_rss_disable | passed | | ice_rss_configure/test_command_line_option_rss_ip | passed | | ice_rss_configure/test_command_line_option_rss_udp | passed | | ice_rss_configure/test_rss_configure_to_all | passed | | ice_rss_configure/test_rss_configure_to_default | passed | | ice_rss_configure/test_rss_configure_to_ip | passed | | ice_rss_configure/test_rss_configure_to_none | passed | | ice_rss_configure/test_rss_configure_to_sctp | passed | | ice_rss_configure/test_rss_configure_to_tcp | passed | | ice_rss_configure/test_rss_configure_to_udp | passed | +--------------------------------------------------------+------------+ DPDK STV team