From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id EE1793195 for ; Thu, 25 Jan 2018 03:19:41 +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 fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jan 2018 18:19:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,409,1511856000"; d="scan'208";a="29281370" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by orsmga002.jf.intel.com with ESMTP; 24 Jan 2018 18:19:39 -0800 From: "han,yingya" To: dts@dpdk.org Cc: "han,yingya" Date: Thu, 25 Jan 2018 10:20:50 +0800 Message-Id: <1516846850-28111-1-git-send-email-yingyax.han@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] add the support of 'fortvill_25g' nic for uni_pkt 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: Thu, 25 Jan 2018 02:19:42 -0000 add the support of 'fortvill_25g' nic for uni_pkt to test it Signed-off-by: han,yingya --- conf/test_case_supportlist.json | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index 3231733..c1e1d6e 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -114,7 +114,8 @@ "NIC": [ "fortville_eagle", "fortville_spirit", - "fortville_spirit_single" + "fortville_spirit_single", + "fortville_25g" ], "Target": [ "ALL" @@ -131,7 +132,8 @@ "NIC": [ "fortville_eagle", "fortville_spirit", - "fortville_spirit_single" + "fortville_spirit_single", + "fortville_25g" ], "Target": [ "ALL" @@ -147,7 +149,8 @@ ], "NIC": [ "powerville", - "niantic" + "niantic", + "fortville_25g" ], "Target": [ "ALL" @@ -164,7 +167,8 @@ "NIC": [ "fortville_eagle", "fortville_spirit", - "fortville_spirit_single" + "fortville_spirit_single", + "fortville_25g" ], "Target": [ "ALL" @@ -181,7 +185,8 @@ "NIC": [ "fortville_eagle", "fortville_spirit", - "fortville_spirit_single" + "fortville_spirit_single", + "fortville_25g" ], "Target": [ "ALL" @@ -198,7 +203,8 @@ "NIC": [ "fortville_eagle", "fortville_spirit", - "fortville_spirit_single" + "fortville_spirit_single", + "fortville_25g" ], "Target": [ "ALL" @@ -215,7 +221,8 @@ "NIC": [ "fortville_eagle", "fortville_spirit", - "fortville_spirit_single" + "fortville_spirit_single", + "fortville_25g" ], "Target": [ "ALL" @@ -232,7 +239,8 @@ "NIC": [ "fortville_eagle", "fortville_spirit", - "fortville_spirit_single" + "fortville_spirit_single", + "fortville_25g" ], "Target": [ "ALL" -- 1.9.3