Test-Label: Intel-dts-test Test-Status: FAILURE http://dpdk.org/patch/98588 Subject: [V1] tests/checksum_offload:modify sctp bad checksum value _Testing issues_ Diff: tests/TestSuite_checksum_offload.py tests/TestSuite_vf_offload.py DPDK: commit b344eb5d941a7522ff27b6b7b5419f68c3fea9a0 Author: Xueming Li Date: Tue Apr 13 03:14:12 2021 +0000 Comment: devargs: parse global device syntax DTS: commit d0f6a0f435e6a854e7ed45f729f838384ac3b4f4 Author: Owen Hilyard Date: Mon Aug 23 15:02:09 2021 -0400 Comment: framework/flow: Update rteflow for new scapy versions 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 | | checksum_offload | NIC PF | run | not run | +------------------+----------+--------------------------------+---------------------------------+ Log path: /regression_dts/results/test/92030216dc9344b8992b977a71dbbece #1: UB2004-64+216_fortville_spirit OS: Ubuntu 20.04.2 LTS Kernel: 5.8.0-51-generic CPU: Intel(R) Xeon(R) Platinum 8280M CPU @ 2.70GHz GCC: gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.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: 8/5/3/0/0 with_patch Total/Pass/Fail/Blocked/NA: 8/7/1/0/0 Detail test results: +-----------------------------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +-----------------------------------------------------+------------+---------------+ | checksum_offload/test_checksum_offload_enable | passed | failed | | checksum_offload/test_checksum_offload_with_vlan | passed | failed | | checksum_offload/test_hardware_checksum_check_l4_tx | failed | failed | | checksum_offload/test_hardware_checksum_check_l4_rx | passed | passed | | checksum_offload/test_checksum_offload_disable | passed | passed | | checksum_offload/test_rx_checksum_valid_flags | passed | passed | | checksum_offload/test_hardware_checksum_check_ip_rx | passed | passed | | checksum_offload/test_hardware_checksum_check_ip_tx | passed | passed | +-----------------------------------------------------+------------+---------------+ 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: 3/1/2/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 | passed | passed | +------------------------------------------+------------+---------------+ DPDK STV team