Test-Label: Intel-dts-suite-test Test-Status: SUCCESS http://dpdk.org/patch/118759 Subject: [V1,3/3] tests/*: add X722 support cases _Testing OK_ Diff: conf/test_case_supportlist.json conf/test_case_checklist.json framework/settings.py tests/TestSuite_generic_flow_api.py tests/TestSuite_dual_vlan.py tests/TestSuite_checksum_offload.py DPDK: commit eb870201b48ebcb1689275bca3f57c99ad1dc876 Author: David Marchand Date: Tue Jun 14 16:16:17 2022 +0200 Comment: trace: remove limitation on directory DTS: commit 878a9c7ea3b073956c4efc8cf21ac43454b1b336 Author: Zhimin Huang Date: Mon Oct 10 07:42:43 2022 +0800 Comment: tests/ice_dcf_qos:modify the command according to the dpdk changed Test environment and result as below: +---------------------+----------+--------------------------------+---------------------------------+ | suits | category | UB2004-64+216_fortville_spirit | UB2004-64+216_columbiaville_25g | +---------------------+----------+--------------------------------+---------------------------------+ | checksum_offload | NIC PF | run | not run | | dual_vlan | NIC PF | run | not run | | ice_rss_configure | CVL Only | not run | run | | pf_smoke | CVL Only | not run | run | | virtio_smoke | Virtio | run | not run | | vf_smoke | NIC VF | run | not run | | vf_to_vf_nic_bridge | NIC VF | run | not run | +---------------------+----------+--------------------------------+---------------------------------+ Log path: /regression_dts/results/test/d1508f6449b1451c935b372fbf6afda9 #1: UB2004-64+216_fortville_spirit OS: Ubuntu 20.04.4 LTS Kernel: 5.11.0-37-generic CPU: Intel(R) Xeon(R) Platinum 8280M CPU @ 2.70GHz GCC: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 Clang: 10.0.0-4ubuntu1 Status: SUCCESS Catogory: NIC PF Target: x86_64-native-linuxapp-gcc with_patch Total/Pass/Fail/Blocked/NA: 16/15/0/0/1 Detail test results: +---------------------------------------------------------------------+------------+ | suit/case | with_patch | +---------------------------------------------------------------------+------------+ | checksum_offload/test_checksum_offload_with_vlan | passed | | checksum_offload/test_do_not_insert_checksum_on_the_transmit_packet | passed | | checksum_offload/test_hardware_checksum_check_ip_rx | passed | | checksum_offload/test_hardware_checksum_check_ip_tx | passed | | checksum_offload/test_hardware_checksum_check_l4_rx | passed | | checksum_offload/test_hardware_checksum_check_l4_tx | passed | | checksum_offload/test_insert_checksum_on_the_transmit_packet | passed | | checksum_offload/test_rx_checksum_valid_flags | passed | | dual_vlan/test_vlan_filter_config | passed | | dual_vlan/test_vlan_filter_table | passed | | dual_vlan/test_vlan_insert_config | passed | | dual_vlan/test_vlan_random_test | passed | | dual_vlan/test_vlan_strip_config | passed | | dual_vlan/test_vlan_stripq_config | n/a | | dual_vlan/test_vlan_synthetic_test | passed | | dual_vlan/test_vlan_tpid_config | 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 | +-----------------------------------+------------+ DPDK STV team