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 40A98A056D; Tue, 3 Mar 2020 07:14:09 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 063AB1BFEF; Tue, 3 Mar 2020 07:14:09 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 3ED302C16 for ; Tue, 3 Mar 2020 07:14:07 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Mar 2020 22:14:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,510,1574150400"; d="scan'208";a="274072750" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 02 Mar 2020 22:14:04 -0800 From: Xie Wei To: dts@dpdk.org Cc: Xie Wei Date: Tue, 3 Mar 2020 14:19:31 +0800 Message-Id: <1583216371-17830-1-git-send-email-weix.xie@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V2] conf/test_case_supportlist:this case only supported ixgbe 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" Signed-off-by: Xie Wei --- conf/test_case_supportlist.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index ffb2e6b..f716d5a 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -1717,5 +1717,20 @@ "Bug ID": "", "Comments": "This case currently support for niantic" } + ], + "ixgbe_vf_jumboframe": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for niantic" + } ] } -- 2.17.2