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 579BDA04B3; Mon, 16 Dec 2019 03:11:43 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1A5271BFD4; Mon, 16 Dec 2019 03:11:43 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 4B4171BFC9 for ; Mon, 16 Dec 2019 03:11:40 +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 fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Dec 2019 18:11:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,320,1571727600"; d="scan'208";a="226963591" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.176.135]) by orsmga002.jf.intel.com with ESMTP; 15 Dec 2019 18:11:38 -0800 From: "zhu,shuai" To: dts@dpdk.org Cc: zhaoyan.chen@intel.com, "zhu,shuai" Date: Mon, 16 Dec 2019 10:16:41 +0800 Message-Id: <1576462601-72719-1-git-send-email-shuaix.zhu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [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" 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 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.json 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