Test-Label: Intel-dts-suite-test Test-Status: FAILURE http://dpdk.org/patch/104504 Subject: [V3,3/3] tests/generic_flow_api: add case test_fdir_for_match_report _Testing issues_ Diff: test_plans/fdir_test_plan.rst test_plans/generic_flow_api_test_plan.rst tests/TestSuite_generic_flow_api.py DPDK: commit 0c6e27549c03695f85d949f5195a166b449b419c Author: Thomas Monjalon Date: Wed Nov 17 20:19:47 2021 +0100 Comment: version: 21.11-rc3 DTS: commit 8b36145c87ae9557a31006a2593200e1aaad422e Author: Yu Jiang Date: Mon Nov 8 15:09:56 2021 +0800 Comment: tests/pmdrss_hash: replace legacy filter with rte_flow Test environment and result as below: +------------------+----------+---------------------------------+--------------------------------+ | suits | category | UB2004-64+216_columbiaville_25g | UB2004-64+216_fortville_spirit | +------------------+----------+---------------------------------+--------------------------------+ | generic_flow_api | NIC PF | not run | run | +------------------+----------+---------------------------------+--------------------------------+ Log path: /regression_dts/results/test/75555940eee442b387a4ec6aa3da1973 #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 PF Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 26/14/4/0/8 with_patch Total/Pass/Fail/Blocked/NA: 27/14/4/0/9 Detail test results: +---------------------------------------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +---------------------------------------------------------------+------------+---------------+ | generic_flow_api/test_jumbo_frame_size | failed | failed | | generic_flow_api/test_tunnel_filter_nvgre | failed | failed | | generic_flow_api/test_multiple_filters_10GB | failed | failed | | generic_flow_api/test_tunnel_filter_vxlan | failed | failed | | generic_flow_api/test_fdir_for_mac_vlan | n/a | n/a | | generic_flow_api/test_ethertype_filter | passed | passed | | generic_flow_api/test_fdir_L2_mac_filter_basic_for_ipv4_tcp | passed | passed | | generic_flow_api/test_create_different_rule_after_destroy | passed | passed | | generic_flow_api/test_fdir_for_nvgre | n/a | n/a | | generic_flow_api/test_fdir_for_ipv4 | passed | passed | | generic_flow_api/test_flexbytes_filter | n/a | n/a | | generic_flow_api/test_fdir_for_flexbytes | passed | passed | | generic_flow_api/test_fdir_for_L2_payload | passed | passed | | generic_flow_api/test_n_tuple_filter | n/a | n/a | | generic_flow_api/test_fdir_for_vxlan | n/a | n/a | | generic_flow_api/test_2_tuple_filter | n/a | n/a | | generic_flow_api/test_128_queues | n/a | n/a | | generic_flow_api/test_fdir_for_match_report | n/a | n/a | | generic_flow_api/test_syn_filter | n/a | n/a | | generic_flow_api/test_fdir_for_vlan | passed | passed | | generic_flow_api/test_fdir_for_ipv6 | passed | passed | | generic_flow_api/test_dual_vlan | passed | passed | | generic_flow_api/test_fdir_L2_mac_filter_basic_for_ipv4_other | passed | passed | | generic_flow_api/test_fdir_L2_mac_filter_negative | passed | passed | | generic_flow_api/test_create_same_rule_after_destroy | passed | passed | | generic_flow_api/test_fdir_L2_mac_filter_basic_for_ipv4_udp | passed | passed | | generic_flow_api/test_fdir_L2_mac_filter_complex | passed | passed | +---------------------------------------------------------------+------------+---------------+ DPDK STV team