Test-Label: Intel-dts-suite-test Test-Status: FAILURE http://dpdk.org/patch/121561 Subject: [V3,3/3] tests/vf_offload: implement packets count, super-long packet and random payload. _Testing issues_ Diff: test_plans/vf_offload_test_plan.rst tests/TestSuite_vf_offload.py DPDK: commit 373f4c7de8ff350548cacc3d56e788461677f2c7 Author: David Marchand Date: Tue Dec 13 16:07:10 2022 +0100 Comment: ci: drop Travis configuration DTS: commit f036e7097fe1079c36d566ebef57c2328f5eb865 Author: Song Jiale Date: Wed Jan 4 11:29:43 2023 +0000 Comment: test_plans/multiprocess: optimize the testplan format 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/fb2f0a7096b845bea34ce9719b549f20 #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/2/1/0/2 with_patch Total/Pass/Fail/Blocked/NA: 5/2/1/0/2 Detail test results: +------------------------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +------------------------------------------------+------------+---------------+ | vf_offload/test_tso | failed | failed | | vf_offload/test_tso_tunnel | n/a | n/a | | vf_offload/test_checksum_offload_enable | passed | passed | | vf_offload/test_checksum_offload_tunnel_enable | n/a | n/a | | vf_offload/test_checksum_offload_disable | passed | passed | +------------------------------------------------+------------+---------------+ DPDK STV team