Tested-by:xix.zhang@intel.com -----Original Message----- From: Zhang, XiX Sent: Sunday, April 26, 2020 5:55 PM To: dts@dpdk.org Cc: Zhang, XiX Subject: [dts][PATCH V1] dts/supportlist add fdir_L2_mac support nic dts supportlist add fdir_L2_mac support nic Signed-off-by: xizhan4x --- conf/test_case_supportlist.json | 110 ++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index 08a2692..6540f40 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -1828,5 +1828,115 @@ "Bug ID": "", "Comments": "This case currently support for cavium_a063 and cavium_a064 " } + ], + "fdir_L2_mac_filter_basic_for_ipv4_udp": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "carlsville", + "fortville_spirit_single", + "fortpark_TLV", + "fortpark_BASE-T", + "fortville_25g", + "carlsville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support i40e nic " + } + ], + "fdir_L2_mac_filter_basic_for_ipv4_tcp": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "carlsville", + "fortville_spirit_single", + "fortpark_TLV", + "fortpark_BASE-T", + "fortville_25g", + "carlsville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support i40e nic " + } + ], + "fdir_L2_mac_filter_negative": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "carlsville", + "fortville_spirit_single", + "fortpark_TLV", + "fortpark_BASE-T", + "fortville_25g", + "carlsville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support i40e nic " + } + ], + "fdir_L2_mac_filter_basic_for_ipv4_other": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "carlsville", + "fortville_spirit_single", + "fortpark_TLV", + "fortpark_BASE-T", + "fortville_25g", + "carlsville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support i40e nic " + } + ], + "fdir_L2_mac_filter_complex": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "carlsville", + "fortville_spirit_single", + "fortpark_TLV", + "fortpark_BASE-T", + "fortville_25g", + "carlsville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support i40e nic " + } ] } -- 2.17.2