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 A03F6A00BE; Mon, 27 Apr 2020 09:51:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 961431C193; Mon, 27 Apr 2020 09:51:39 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id BCF311BF8E for ; Mon, 27 Apr 2020 09:51:37 +0200 (CEST) IronPort-SDR: 9IKyumAv0QTa2hhquE57yEPWpkUx4MWTZm0p5lZG73iZ9p8o6n5ZlpQWiS3r9i9i3ItE8/uHkD FtRrq9vUTDYA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2020 00:51:36 -0700 IronPort-SDR: 1m6FOVLa5Oy0UhLDnYQsz10tnFYc4jsDQxI9kOs9pvmASaejGEQGb5l1MUXywj3dYN9L+0BtM/ 969oAYLj92OA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,323,1583222400"; d="scan'208";a="275358789" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga002.jf.intel.com with ESMTP; 27 Apr 2020 00:51:36 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 27 Apr 2020 00:51:36 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 27 Apr 2020 00:51:35 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.22]) with mapi id 14.03.0439.000; Mon, 27 Apr 2020 15:51:33 +0800 From: "Tu, Lijuan" To: "Zhang, XiX" , "dts@dpdk.org" CC: "Zhang, XiX" Thread-Topic: [dts] [PATCH V1] dts/supportlist add fdir_L2_mac support nic Thread-Index: AQHWG7F10rzyCqKWZEygIPJBp+ehSKiMmfCA Date: Mon, 27 Apr 2020 07:51:32 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC12B06@SHSMSX101.ccr.corp.intel.com> References: <1587894877-44606-1-git-send-email-xix.zhang@intel.com> In-Reply-To: <1587894877-44606-1-git-send-email-xix.zhang@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xizhan4x > 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 >=20 > dts supportlist add fdir_L2_mac support nic >=20 > Signed-off-by: xizhan4x > --- > conf/test_case_supportlist.json | 110 ++++++++++++++++++++++++++++++++ > 1 file changed, 110 insertions(+) >=20 > 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