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 E10CBA00C5; Sun, 26 Apr 2020 11:58:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BEA941BFAD; Sun, 26 Apr 2020 11:58:38 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id A18AD1BF9E for ; Sun, 26 Apr 2020 11:58:37 +0200 (CEST) IronPort-SDR: X7KNoNTV5EfYLoMytbwrYgwDYRz/OpV4T6XnsOAnnBT5jlCvnpmSabdNtWXxoc1qhK/oqXifDL pC8PLgzG37/A== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2020 02:58:36 -0700 IronPort-SDR: Tasv3zlM8JxBGH1Rz8Oxz85mzEEHSLBhYno4GulrjCDNHpSAw9XH2aXbjqrBxFO5oQv+EqdznT Dubz8+R8jH8Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,319,1583222400"; d="scan'208";a="275140175" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.183.135]) by orsmga002.jf.intel.com with ESMTP; 26 Apr 2020 02:58:35 -0700 From: xizhan4x To: dts@dpdk.org Cc: xizhan4x Date: Sun, 26 Apr 2020 17:54:37 +0800 Message-Id: <1587894877-44606-1-git-send-email-xix.zhang@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] dts/supportlist add fdir_L2_mac support nic 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" 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