Test-Label: Intel-dts-suite-test Test-Status: FAILURE http://dpdk.org/patch/115640 Subject: [V3,10/10] tests/tx_preparation: update dts code for dpdk csum change _Testing issues_ Diff: tests/TestSuite_vf_offload.py test_plans/vf_offload_test_plan.rst tests/TestSuite_checksum_offload.py tests/TestSuite_ice_advanced_iavf_rss.py test_plans/ice_advanced_iavf_rss_test_plan.rst tests/TestSuite_ice_advanced_rss.py test_plans/ice_advanced_rss_test_plan.rst tests/TestSuite_ice_iavf_fdir.py test_plans/ice_iavf_fdir_test_plan.rst tests/TestSuite_tx_preparation.py DPDK: commit 4aee6110bb10b0225fa9562f2e48af233a9058a1 Author: Huichao Cai Date: Mon Aug 8 09:48:12 2022 +0800 Comment: ip_frag: add IPv4 fragment copy DTS: commit 6ead8320d407099371e7f215e50af9f4842efca1 Author: Jiale Song Date: Mon Aug 1 15:40:53 2022 +0000 Comment: test_plans/vf_pf_reset: modify case to support ice nic Test environment and result as below: +-----------------------+----------+---------------------------------+--------------------------------+ | suits | category | UB2004-64+216_columbiaville_25g | UB2004-64+216_fortville_spirit | +-----------------------+----------+---------------------------------+--------------------------------+ | ice_advanced_iavf_rss | CVL Only | run | not run | | ice_advanced_rss | CVL Only | run | not run | | checksum_offload | NIC PF | not run | run | | tx_preparation | NIC PF | not run | run | | vf_offload | NIC VF | not run | run | +-----------------------+----------+---------------------------------+--------------------------------+ Log path: /regression_dts/results/test/71b52fe9df5a4f1084a057c8d9fe8d03 #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 (GCC) 10.3.0 Clang: 10.0.0-4ubuntu1 Status: FAILURE Catogory: NIC PF Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 10/3/7/0/0 Status: FAILURE Catogory: NIC VF Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 3/0/3/0/0 with_patch Total/Pass/Fail/Blocked/NA: 3/0/3/0/0 Detail test results: +------------------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +------------------------------------------+------------+---------------+ | vf_offload/test_checksum_offload_disable | failed | failed | | vf_offload/test_checksum_offload_enable | failed | failed | | vf_offload/test_tso | failed | failed | +------------------------------------------+------------+---------------+ #2: UB2004-64+216_columbiaville_25g OS: Ubuntu 20.04.4 LTS Kernel: 5.11.0-37-generic CPU: Intel(R) Xeon(R) Platinum 8280M CPU @ 2.70GHz GCC: gcc (GCC) 10.3.0 Clang: 10.0.0-4ubuntu1 Status: FAILURE Catogory: CVL Only Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 10/3/7/0/0 DPDK STV team