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 53A37A04B3; Mon, 16 Dec 2019 04:09:37 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2419B1C0C1; Mon, 16 Dec 2019 04:09:37 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 6A2DA1C0BF for ; Mon, 16 Dec 2019 04:09:35 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Dec 2019 19:09:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,320,1571727600"; d="scan'208";a="389320530" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga005.jf.intel.com with ESMTP; 15 Dec 2019 19:09:34 -0800 Received: from fmsmsx163.amr.corp.intel.com (10.18.125.72) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 15 Dec 2019 19:09:33 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx163.amr.corp.intel.com (10.18.125.72) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 15 Dec 2019 19:09:33 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.19]) by shsmsx102.ccr.corp.intel.com ([169.254.2.109]) with mapi id 14.03.0439.000; Mon, 16 Dec 2019 11:09:32 +0800 From: "Ma, LihongX" To: "Zhu, ShuaiX" , "dts@dpdk.org" CC: "Chen, Zhaoyan" , "Zhu, ShuaiX" Thread-Topic: [dts] [PATCH V1] conf/test_case_supportlist:add suppport Nic on CVL. Thread-Index: AQHVs7YwKYUcrLergkq8QENoq99Rsae8E8Lg Date: Mon, 16 Dec 2019 03:09:32 +0000 Message-ID: References: <1576462601-72719-1-git-send-email-shuaix.zhu@intel.com> In-Reply-To: <1576462601-72719-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/test_case_supportlist:add suppport Nic on CVL. 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" Hi, shuai As all the cases in suite flexible_rxd only support CVL, and you have judge= the nic in suite's set_up_all, so I think you do not need add additional c= hecklist. -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai Sent: Monday, December 16, 2019 10:17 AM To: dts@dpdk.org Cc: Chen, Zhaoyan ; Zhu, ShuaiX Subject: [dts] [PATCH V1] conf/test_case_supportlist:add suppport Nic on CV= L. The case only supports cvl Nic: check_single_VLAN_fields_in_RXD_8021Q, check_single_VLAN_fields_in_RXD_8021ad, check_double_VLAN_fields_in_RXD_8021Q_1_VLAN_tag, check_double_VLAN_fields_in_RXD_8021Q_2_VLAN_tag, check_double_VLAN_fields_in_RXD_8021ad, check_IPv4_fields_in_RXD, check_IPv6_fields_in_RXD, check_IPv6_flow_field_in_RXD, check_TCP_fields_in_IPv4_in_RXD, check_TCP_fields_in_IPv6_in_RXD, check_IPv4_IPv6_TCP_fields_in_RXD_on_specific_queues =20 Signed-off-by: zhu,shuai --- conf/test_case_supportlist.json | 176 ++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.j= son index ffb2e6b..3857a53 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -1717,5 +1717,181 @@ "Bug ID": "", "Comments": "This case currently support for niantic" } + ], + "check_single_VLAN_fields_in_RXD_8021Q": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_25g", + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "this case only support on CVL" + } + ], + "check_single_VLAN_fields_in_RXD_8021ad": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_25g", + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "this case only support on CVL" + } + ], + "check_double_VLAN_fields_in_RXD_8021Q_1_VLAN_tag": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_25g", + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "this case only support on CVL" + } + ], + "check_double_VLAN_fields_in_RXD_8021Q_2_VLAN_tag": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_25g", + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "this case only support on CVL" + } + ], + "check_double_VLAN_fields_in_RXD_8021ad": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_25g", + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "this case only support on CVL" + } + ], + "check_IPv4_fields_in_RXD": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_25g", + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "this case only support on CVL" + } + ], + "check_IPv6_fields_in_RXD": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_25g", + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "this case only support on CVL" + } + ], + "check_IPv6_flow_field_in_RXD": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_25g", + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "this case only support on CVL" + } + ], + "check_TCP_fields_in_IPv4_in_RXD": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_25g", + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "this case only support on CVL" + } + ], + "check_TCP_fields_in_IPv6_in_RXD": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_25g", + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "this case only support on CVL" + } + ], + "check_IPv4_IPv6_TCP_fields_in_RXD_on_specific_queues": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_25g", + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "this case only support on CVL" + } ] } -- 2.17.2