Test-Label: Intel-dts-suite-test Test-Status: SUCCESS http://dpdk.org/patch/116701 Subject: [V5,3/3] test_plans/*:modify cases to check dcf as a full feature pmd _Testing OK_ 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 327820af905bfda8596be19d7b11340ea2f2926e Author: Ali Alnubani Date: Sun Sep 25 12:20:37 2022 +0300 Comment: examples/pipeline: fix build with some compilers 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 | +---------------------+----------+--------------------------------+---------------------------------+ | kernelpf_iavf | NIC VF | run | not run | | vf_rss | NIC VF | run | not run | | vf_macfilter | NIC VF | run | not run | | vf_to_vf_nic_bridge | NIC VF | run | not run | | vf_offload | NIC VF | run | not run | | vf_smoke | NIC VF | run | not run | | vf_vlan | 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: SUCCESS Catogory: Virtio Target: x86_64-native-linuxapp-gcc with_patch Total/Pass/Fail/Blocked/NA: 2/2/0/0/0 Detail test results: +-----------------------------------+------------+ | suit/case | with_patch | +-----------------------------------+------------+ | virtio_smoke/test_virtio_loopback | passed | | virtio_smoke/test_virtio_pvp | passed | +-----------------------------------+------------+ DPDK STV team