Test-Label: Intel-dts-suite-test Test-Status: FAILURE http://dpdk.org/patch/107024 Subject: [V1,2/2] test_plans/generic_flow_api_test_plan: remove dpdk code modification. _Testing issues_ Diff: tests/TestSuite_generic_flow_api.py test_plans/generic_flow_api_test_plan.rst DPDK: commit 0e4dc6af06228c8504a5538512cb31ed7bf6cc23 Author: Zhihong Wang Date: Tue Dec 14 11:30:16 2021 +0800 Comment: ring: fix overflow in memory size calculation DTS: commit 01d33c36cd9f54db3a50ee2521354292c68b3fda Author: Hailin Xu Date: Mon Jan 17 23:41:04 2022 +0800 Comment: tests/cvl_flow_priority: add pf flow priority cases Test environment and result as below: +------------------+----------+--------------------------------+---------------------------------+ | suits | category | UB2004-64+216_fortville_spirit | UB2004-64+216_columbiaville_25g | +------------------+----------+--------------------------------+---------------------------------+ | generic_flow_api | NIC PF | run | not run | +------------------+----------+--------------------------------+---------------------------------+ Log path: /regression_dts/results/test/6b68de76005b47349f3702203e51379e #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: 27/16/2/0/9 with_patch Total/Pass/Fail/Blocked/NA: 27/16/3/0/8 Detail test results: +---------------------------------------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +---------------------------------------------------------------+------------+---------------+ | generic_flow_api/test_jumbo_frame_size | failed | failed | | generic_flow_api/test_64_queues | failed | n/a | | generic_flow_api/test_multiple_filters_10GB | failed | failed | | generic_flow_api/test_flexbytes_filter | n/a | n/a | | generic_flow_api/test_ethertype_filter | passed | passed | | generic_flow_api/test_dual_vlan | passed | passed | | generic_flow_api/test_fdir_for_vxlan | n/a | n/a | | generic_flow_api/test_fdir_L2_mac_filter_complex | passed | passed | | generic_flow_api/test_fdir_for_mac_vlan | n/a | n/a | | generic_flow_api/test_2_tuple_filter | n/a | n/a | | generic_flow_api/test_create_same_rule_after_destroy | passed | passed | | generic_flow_api/test_fdir_for_vlan | passed | passed | | generic_flow_api/test_n_tuple_filter | n/a | n/a | | generic_flow_api/test_tunnel_filter_nvgre | passed | passed | | generic_flow_api/test_fdir_L2_mac_filter_basic_for_ipv4_tcp | passed | passed | | generic_flow_api/test_tunnel_filter_vxlan | passed | passed | | generic_flow_api/test_syn_filter | n/a | n/a | | generic_flow_api/test_fdir_for_L2_payload | passed | passed | | generic_flow_api/test_fdir_for_match_report | n/a | n/a | | generic_flow_api/test_fdir_for_ipv4 | passed | passed | | generic_flow_api/test_128_queues | n/a | n/a | | generic_flow_api/test_create_different_rule_after_destroy | passed | passed | | generic_flow_api/test_fdir_L2_mac_filter_basic_for_ipv4_udp | passed | passed | | generic_flow_api/test_fdir_for_ipv6 | passed | passed | | generic_flow_api/test_fdir_L2_mac_filter_basic_for_ipv4_other | passed | passed | | generic_flow_api/test_fdir_for_nvgre | n/a | n/a | | generic_flow_api/test_fdir_L2_mac_filter_negative | passed | passed | | generic_flow_api/test_fdir_for_flexbytes | passed | passed | +---------------------------------------------------------------+------------+---------------+ DPDK STV team