Tested-by: Xie,WeiX < weix.xie@intel.com> Regards, Xie Wei -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Huang Zhimin Sent: Friday, April 24, 2020 10:09 AM To: dts@dpdk.org Cc: Huang, ZhiminX Subject: [dts] [PATCH V1] conf/test_case_checklist:fdir_L2 only support i40e *.generic_flow_api/fdir_L2 only support i40e. Signed-off-by: Huang Zhimin --- conf/test_case_checklist.json | 76 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 55f5557..c0831f3 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2903,6 +2903,82 @@ "Comments": "NIC not support this case" } ], + "fdir_L2_mac_filter_negative": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "only support by i40e" + } + ], + "fdir_L2_mac_filter_basic_for_ipv4_other": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "only support by i40e" + } + ], + "fdir_L2_mac_filter_basic_for_ipv4_tcp": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "only support by i40e" + } + ], + "fdir_L2_mac_filter_complex": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "only support by i40e" + } + ], + "fdir_L2_mac_filter_basic_for_ipv4_udp": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "only support by i40e" + } + ], + "perf_pvp_split_ring_dequeue_zero_copy": [ { "OS": [ -- 2.7.4