From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0BB03A00C4; Fri, 24 Apr 2020 04:03:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D4F9B1C224; Fri, 24 Apr 2020 04:03:11 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A92B81C220 for ; Fri, 24 Apr 2020 04:03:09 +0200 (CEST) IronPort-SDR: QCBCNaY7qTkqzdP/5WcPOG5eoxuXXu2KIXR7SA3KvB+VJxrPqya4pAWpJFv3jBrjQI6JNyFm66 zm6myD6evN0A== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2020 19:03:08 -0700 IronPort-SDR: G3x4lgixwlqLwxiYWt1D6d2/yOloRQOszrBNM50iYnVpueafd7AMczd2UeXiWRO8KxGw2fFqgY o+nOpgx/YJdA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,310,1583222400"; d="scan'208";a="291403916" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.183.135]) by fmsmga002.fm.intel.com with ESMTP; 23 Apr 2020 19:03:07 -0700 From: Huang Zhimin To: dts@dpdk.org Cc: Huang Zhimin Date: Fri, 24 Apr 2020 10:09:10 +0800 Message-Id: <1587694150-24357-1-git-send-email-zhiminx.huang@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] conf/test_case_checklist:fdir_L2 only support i40e X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" *.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