Test-Label: Intel-dts-suite-test Test-Status: FAILURE http://dpdk.org/patch/116701 Subject: [V5,3/3] test_plans/*:modify cases to check dcf as a full feature pmd _Testing issues_ Diff: framework/settings.py framework/dts.py tests/TestSuite_vf_vlan.py tests/TestSuite_vf_smoke.py tests/TestSuite_vf_rss.py tests/TestSuite_vf_offload.py tests/TestSuite_vf_macfilter.py tests/TestSuite_stats_checks.py tests/TestSuite_kernelpf_iavf.py test_plans/vf_vlan_test_plan.rst test_plans/vf_smoke_test_plan.rst test_plans/vf_rss_test_plan.rst test_plans/vf_offload_test_plan.rst test_plans/vf_macfilter_test_plan.rst test_plans/stats_checks_test_plan.rst test_plans/kernelpf_iavf_test_plan.rst DPDK: commit d2384afb4776b4f775bfe238aaa7912423335ebd Author: Cristian Dumitrescu Date: Fri Aug 5 22:00:29 2022 +0000 Comment: net/softnic: print output port packet drop counters DTS: commit 545ef88d87855f145d472acb10bc8c27ae8a35c8 Author: Song Jiale Date: Tue Sep 20 17:04:02 2022 +0000 Comment: tests/ice_dcf_switch_filter_pppoe: optimization script Test environment and result as below: +---------------------+----------+--------------------------------+---------------------------------+ | suits | category | UB2004-64+216_fortville_spirit | UB2004-64+216_columbiaville_25g | +---------------------+----------+--------------------------------+---------------------------------+ | vf_vlan | NIC VF | run | not run | | vf_to_vf_nic_bridge | NIC VF | run | not run | | vf_rss | NIC VF | run | not run | | vf_smoke | NIC VF | run | not run | | vf_macfilter | NIC VF | run | not run | | kernelpf_iavf | NIC VF | run | not run | | vf_offload | NIC VF | run | not run | | ice_rss_configure | CVL Only | not run | run | | pf_smoke | CVL Only | not run | run | | virtio_smoke | Virtio | run | not run | | stats_checks | NIC PF | run | not run | +---------------------+----------+--------------------------------+---------------------------------+ Log path: /regression_dts/results/test/3f836feac3444bfb99e74f7e1c56bb4c #1: UB2004-64+216_fortville_spirit OS: Ubuntu 20.04.4 LTS Kernel: 5.8.0-45-generic CPU: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 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: 3/1/2/0/0 Status: FAILURE Catogory: NIC VF Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 32/14/13/5/0 Status: FAILURE Catogory: NIC VF Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 32/14/13/5/0 Status: SUCCESS Catogory: Virtio Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 2/2/0/0/0 #2: UB2004-64+216_columbiaville_25g OS: Ubuntu 20.04.4 LTS Kernel: 5.8.0-45-generic CPU: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz GCC: gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Clang: 10.0.0-4ubuntu1 Status: SUCCESS Catogory: CVL Only Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 12/12/0/0/0 DPDK STV team