Test-Label: Intel-dts-suite-test Test-Status: FAILURE http://dpdk.org/patch/121152 Subject: [V3,4/4] tests/vf_offload: dts adaptation DPDK checksum function changes _Testing issues_ Diff: tests/TestSuite_vf_offload.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 275fc3485c4b172db8e7b96779850f187ba1bb6f Author: Yogesh Jangra Date: Tue Nov 29 06:02:41 2022 +0000 Comment: tests/pipeline: added test case for validate instruction Test environment and result as below: +------------+----------+--------------------------------+---------------------------------+ | suits | category | UB2004-64+216_fortville_spirit | UB2004-64+216_columbiaville_25g | +------------+----------+--------------------------------+---------------------------------+ | vf_offload | NIC VF | run | not run | +------------+----------+--------------------------------+---------------------------------+ Log path: /regression_dts/results/test/65b10984e1414f14ad30982f7fc10326 #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: FAILURE Catogory: NIC VF Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 3/1/2/0/0 with_patch Total/Pass/Fail/Blocked/NA: 5/1/4/0/0 Detail test results: +------------------------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +------------------------------------------------+------------+---------------+ | vf_offload/test_checksum_offload_tunnel_enable | failed | n/a | | vf_offload/test_checksum_offload_disable | failed | failed | | vf_offload/test_checksum_offload_enable | failed | failed | | vf_offload/test_tso_tunnel | failed | n/a | | vf_offload/test_tso | passed | passed | +------------------------------------------------+------------+---------------+ DPDK STV team