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 E8A85A0093; Mon, 15 Jun 2020 10:15:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A489D2B87; Mon, 15 Jun 2020 10:15:27 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 87A7B1150 for ; Mon, 15 Jun 2020 10:15:25 +0200 (CEST) IronPort-SDR: aq/bFn7Gvp2FmpovcHV6mkITqWLVTBek4YrYrbq1E4V0L9FLSFOz/oFL9oUMG1xgQmEbMQYWkb hAT78x+v4W+Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2020 01:15:23 -0700 IronPort-SDR: pZp1Nq79kcZHm06EmZmgdWN7B3q4AHNCrSanwW3bapuqbVQb9o0e5VM4sm1sqptK/PsZczb7X1 Ck1r2vEwg7zw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,514,1583222400"; d="scan'208";a="290616466" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.182.150]) by orsmga002.jf.intel.com with ESMTP; 15 Jun 2020 01:15:22 -0700 From: xizhan4x To: dts@dpdk.org Cc: xizhan4x Date: Mon, 15 Jun 2020 16:16:58 +0800 Message-Id: <1592209018-21246-1-git-send-email-xix.zhang@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V1] i40e not support change speed on kernel driver 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" i40e not support change speed on kernel driver Signed-off-by: xizhan4x --- conf/test_case_checklist.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 73eda68..225fbdf 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2810,13 +2810,20 @@ "springville", "columbiaville_25g", "columbiaville_100g", - "foxville" + "foxville", + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark", + "fortpark_TLV", + "fortville_25g", + "carlsville" ], "Target": [ "ALL" ], "Bug ID": "", - "Comments": "only i40e and ixgbe driver support this case" + "Comments": "only ixgbe driver support this case" } ], "hash_readwrite_perf": [ -- 1.8.3.1