Test-Label: Intel-dts-suite-test Test-Status: FAILURE http://dpdk.org/patch/121771 Subject: [V1] tests/vf_offload: fix syntax errors _Testing issues_ Diff: tests/TestSuite_vf_offload.py DPDK: commit fe2c18a0a8b22703dec3add385a371ad819d7872 Author: David Marchand Date: Mon Jan 9 11:03:37 2023 +0100 Comment: hash: fix GFNI implementation build with GCC 12 DTS: commit f0eb201864786a632fa93e7215b1c789e7b9f7b9 Author: Wei Ling Date: Wed Jan 4 13:32:57 2023 +0800 Comment: tests/virtio_user_for_container_networking: modify hard code 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/10432a2851c94b5fb7486e83c036c58e #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: FAILURE Catogory: NIC VF Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 5/0/0/5/0 with_patch Total/Pass/Fail/Blocked/NA: 5/0/0/5/0 Detail test results: +------------------------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +------------------------------------------------+------------+---------------+ | vf_offload/test_checksum_offload_disable | blocked | blocked | | vf_offload/test_tso_tunnel | blocked | blocked | | vf_offload/test_checksum_offload_tunnel_enable | blocked | blocked | | vf_offload/test_checksum_offload_enable | blocked | blocked | | vf_offload/test_tso | blocked | blocked | +------------------------------------------------+------------+---------------+ DPDK STV team