From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 44E1F2C39 for ; Wed, 27 Feb 2019 08:58:50 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Feb 2019 23:58:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,418,1544515200"; d="scan'208";a="137554778" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga002.jf.intel.com with ESMTP; 26 Feb 2019 23:58:49 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 26 Feb 2019 23:58:48 -0800 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 26 Feb 2019 23:58:48 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.207]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.162]) with mapi id 14.03.0415.000; Wed, 27 Feb 2019 15:58:46 +0800 From: "Yao, BingX Y" To: "Zhu, ShuaiX" , "dts@dpdk.org" CC: "Zhu, ShuaiX" Thread-Topic: [dts] [PATCH V1] conf/supportlist:Update the NICs supported by the case. Thread-Index: AQHUzlYzMQ//R5+CsEmUMEKu0G9fTaXzR73g Date: Wed, 27 Feb 2019 07:58:45 +0000 Message-ID: <95BCD24840F32441BEA74E0F8A31839E04EF405D@shsmsx102.ccr.corp.intel.com> References: <1551242474-52967-1-git-send-email-shuaix.zhu@intel.com> In-Reply-To: <1551242474-52967-1-git-send-email-shuaix.zhu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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] conf/supportlist:Update the NICs supported by the case. 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: , X-List-Received-Date: Wed, 27 Feb 2019 07:58:51 -0000 Tested-by: yaobing -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai Sent: Wednesday, February 27, 2019 12:41 PM To: dts@dpdk.org Cc: Zhu, ShuaiX Subject: [dts] [PATCH V1] conf/supportlist:Update the NICs supported by the= case. The following case will skip: tunnel_filter_vxlan, 2_tuple_filter, fdir_for_nvgre, fdir_for_mac_vlan, n_tuple_filter, fdir_for_ipv4, fdir_for_L2_payload, fdir_for_ipv6, fdir_for_vxlan, fdir_for_vlan, ethertype_filter, flexbytes_filter, L2_tunnel_filter, fdir_for_flexbytes, tunnel_filter_nvgre Signed-off-by: zhu,shuai --- conf/test_case_supportlist.json | 281 ++++++++++++++++++++++++++++++++ 1 file changed, 281 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.j= son index e4f08d1..ed15932 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -672,5 +672,286 @@ "Bug ID": "", "Comments": "This case only support on FVL" } + ], + "tunnel_filter_vxlan": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark_TLV" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on FVL" + } + ], + "2_tuple_filter": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "bartonhills", + "powerville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on bartonhills and powervi= lle" + } + ], + "fdir_for_nvgre": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "twinville", + "sagepond", + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on twinville, sagepond and= sageville" + } + ], + "fdir_for_mac_vlan": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "twinville", + "sagepond", + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on twinville,sagepond and = sageville" + } + ], + "n_tuple_filter": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "kawela_4", + "kawela", + "twinville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on twinville,niantic,kawel= a_4 and kawela" + } + ], + "fdir_for_ipv4": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "twinville", + "sagepond", + "sageville", + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark_TLV" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on niantic,twinville,sagep= ond,sageville and FVL" + } + ], + "fdir_for_L2_payload": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark_TLV" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on FVL" + } + ], + "fdir_for_ipv6": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "twinville", + "sagepond", + "sageville", + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark_TLV" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on niantic,twinville,sagep= ond,sageville and FVL" + } + ], + "fdir_for_vxlan": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "twinville", + "sagepond", + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on twinville,sagepond and = sageville" + } + ], + "fdir_for_vlan": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark_TLV" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on FVL" + } + ], + "ethertype_filter": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "kawela_4", + "kawela", + "bartonhills", + "twinville", + "sagepond", + "sageville", + "powerville", + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark_TLV" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on niantic,kawela_4,kawela= ,bartonhills,twinville,sagepond,sageville,powerville and FVL" + } + ], + "flexbytes_filter": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "bartonhills", + "powerville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on bartonhills and powervi= lle" + } + ], + "L2_tunnel_filter": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "sagepond", + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on sagepond and sageville" + } + ], + "fdir_for_flexbytes": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "twinville", + "sagepond", + "sageville", + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark_TLV" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on niantic,twinville,sagep= ond,sageville and FVL" + } + ], + "tunnel_filter_nvgre": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark_TLV" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on FVL" + } ] } -- 2.17.2