Test-Label: Intel-dts-suite-test Test-Status: FAILURE http://dpdk.org/patch/102881 Subject: [V3] smoke test support config different queue _Testing issues_ Diff: tests/smoke_base.py tests/TestSuite_vf_smoke.py tests/TestSuite_pf_smoke.py test_plans/vf_smoke_test_plan.rst test_plans/pf_smoke_test_plan.rst DPDK: commit b66412f24f17fcba5a248888bf4b3c1f5d6880de Author: Konstantin Ananyev Date: Tue Oct 26 12:19:43 2021 +0100 Comment: test: fix ring PMD initialisation DTS: commit 64ba8ba35b43a9c43a1caeab5bf975742331980f Author: Jiale Song Date: Tue Oct 26 10:03:52 2021 +0800 Comment: tests/iavf_fdir: create rules with less consumption of TCAM rule in suite Test environment and result as below: +----------+----------+--------------------------------+---------------------------------+ | suits | category | UB2004-64+216_fortville_spirit | UB2004-64+216_columbiaville_25g | +----------+----------+--------------------------------+---------------------------------+ | pf_smoke | CVL Only | not run | run | | vf_smoke | NIC VF | run | not run | +----------+----------+--------------------------------+---------------------------------+ Log path: /regression_dts/results/test/e1fd7004212b47e5928ec881b4b434cb #1: UB2004-64+216_fortville_spirit OS: Ubuntu 20.04.3 LTS Kernel: 5.8.0-51-generic CPU: Intel(R) Xeon(R) Platinum 8280M CPU @ 2.70GHz GCC: gcc (GCC) 10.3.0 Clang: 10.0.0-4ubuntu1 Status: FAILURE Catogory: NIC VF Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 3/2/1/0/0 with_patch Total/Pass/Fail/Blocked/NA: 3/1/2/0/0 Detail test results: +-------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +-------------------------------+------------+---------------+ | vf_smoke/test_vf_rss | failed | failed | | vf_smoke/test_vf_tx_rx_queue | failed | passed | | vf_smoke/test_vf_jumbo_frames | passed | passed | +-------------------------------+------------+---------------+ #2: UB2004-64+216_columbiaville_25g OS: Ubuntu 20.04.3 LTS Kernel: 5.8.0-51-generic CPU: Intel(R) Xeon(R) Platinum 8280M CPU @ 2.70GHz GCC: gcc (GCC) 10.3.0 Clang: 10.0.0-4ubuntu1 Status: FAILURE Catogory: CVL Only Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 3/2/1/0/0 with_patch Total/Pass/Fail/Blocked/NA: 3/1/2/0/0 Detail test results: +-------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +-------------------------------+------------+---------------+ | pf_smoke/test_pf_tx_rx_queue | failed | passed | | pf_smoke/test_pf_rss | failed | failed | | pf_smoke/test_pf_jumbo_frames | passed | passed | +-------------------------------+------------+---------------+ DPDK STV team