From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 21806A045E for ; Thu, 30 May 2019 06:42:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DE3D52C0C; Thu, 30 May 2019 06:42:47 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 678631B05 for ; Thu, 30 May 2019 06:42:46 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 May 2019 21:42:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,529,1549958400"; d="scan'208";a="179815080" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 29 May 2019 21:42:44 -0700 From: Wenjie Li To: dts@dpdk.org Cc: Wenjie Li Date: Thu, 30 May 2019 12:47:06 +0800 Message-Id: <1559191626-117070-1-git-send-email-wenjiex.a.li@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] conf/supportlist: add fortpark_TLV to uni_pkt cases 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" Below cases in tests/uni_pkt can support fortpark_TLV, update supportlist. l2pkt_detect IPv6_in_IPv4_tunnel IP_in_IPv6_tunnel NVGRE_tunnel NVGRE_in_IPv6_tunnel GRE_tunnel Vxlan_tunnel Signed-off-by: Wenjie Li --- conf/test_case_supportlist.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index 436bbb7..04e90be 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -129,6 +129,7 @@ "ALL" ], "NIC": [ + "forrpark_TLV", "fortville_eagle", "fortville_spirit", "fortville_spirit_single", @@ -147,6 +148,7 @@ "ALL" ], "NIC": [ + "forrpark_TLV", "fortville_eagle", "fortville_spirit", "fortville_spirit_single", @@ -186,6 +188,7 @@ "ALL" ], "NIC": [ + "forrpark_TLV", "fortville_eagle", "fortville_spirit", "fortville_spirit_single", @@ -204,6 +207,7 @@ "ALL" ], "NIC": [ + "forrpark_TLV", "fortville_eagle", "fortville_spirit", "fortville_spirit_single", @@ -222,6 +226,7 @@ "ALL" ], "NIC": [ + "forrpark_TLV", "fortville_eagle", "fortville_spirit", "fortville_spirit_single", @@ -240,6 +245,7 @@ "ALL" ], "NIC": [ + "forrpark_TLV", "fortville_eagle", "fortville_spirit", "fortville_spirit_single", @@ -258,6 +264,7 @@ "ALL" ], "NIC": [ + "forrpark_TLV", "fortville_eagle", "fortville_spirit", "fortville_spirit_single", -- 2.17.2