Test-Label: Intel-dts-suite-test Test-Status: FAILURE http://dpdk.org/patch/101549 Subject: [V1] tests/rteflow_priority: add mark to fdir rule _Testing issues_ Diff: tests/TestSuite_rteflow_priority.py test_plans/rteflow_priority_test_plan.rst DPDK: commit d75eed0fbe4b942bc6df2e2908a8b5c2c30c99aa Author: Stephen Hemminger Date: Wed Sep 1 16:49:44 2021 -0700 Comment: mbuf: fix typo in comment DTS: commit b082e251348d7c20e09243a742136e6d93626fab Author: Thinh Tran Date: Thu Sep 30 17:20:51 2021 +0000 Comment: Framework:fix the first numa node may not be '0' Test environment and result as below: +------------------+----------+--------------------------------+---------------------------------+ | suits | category | UB2004-64+216_fortville_spirit | UB2004-64+216_columbiaville_25g | +------------------+----------+--------------------------------+---------------------------------+ | rteflow_priority | CVL Only | not run | run | +------------------+----------+--------------------------------+---------------------------------+ Log path: /regression_dts/results/test/753f5aa4827e4a4ca6e6a3d726326d9c #1: 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: 6/5/1/0/0 with_patch Total/Pass/Fail/Blocked/NA: 6/5/1/0/0 Detail test results: +-------------------------------------------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +-------------------------------------------------------------------+------------+---------------+ | rteflow_priority/test_priority_in_nonpipeline_mode | failed | failed | | rteflow_priority/test_create_fdir_rule_with_priority_0 | passed | passed | | rteflow_priority/test_priority_in_pipeline_mode | passed | passed | | rteflow_priority/test_no_destination_high_prority | passed | passed | | rteflow_priority/test_create_switch_rule_with_priority_1 | passed | passed | | rteflow_priority/test_rules_with_same_parameters_different_action | passed | passed | +-------------------------------------------------------------------+------------+---------------+ DPDK STV team