From patchwork Wed Jun 16 12:13:01 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lingli Chen X-Patchwork-Id: 94270 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1F60EA0C45; Wed, 16 Jun 2021 05:43:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F0C0E40140; Wed, 16 Jun 2021 05:43:32 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id B3D814003C for ; Wed, 16 Jun 2021 05:43:31 +0200 (CEST) IronPort-SDR: ZiiwaiShLAudGeEPtfJIcxLN49lENiDy45DPeOquJKaW3ilWO4Q8g5axPgLtACu0US5J2IUp8W PZbry4BL86BA== X-IronPort-AV: E=McAfee;i="6200,9189,10016"; a="269958537" X-IronPort-AV: E=Sophos;i="5.83,277,1616482800"; d="scan'208";a="269958537" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2021 20:43:29 -0700 IronPort-SDR: qbSHyRVWCyIc4sUK0LpCjg/c2gWp8qHj+WXXG7prTcEHV7/OaagAQyR5Rg/nhzBcZXTkZumy/b 5WaJVrli9EiA== X-IronPort-AV: E=Sophos;i="5.83,277,1616482800"; d="scan'208";a="484719567" Received: from unknown (HELO DPDK-CVL-tetser102.icx.intel.com) ([10.240.183.102]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2021 20:43:28 -0700 From: Lingli Chen To: dts@dpdk.org Cc: Lingli Chen Date: Wed, 16 Jun 2021 12:13:01 +0000 Message-Id: <20210616121301.5734-1-linglix.chen@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] conf/test_case_checklist:add foxville not supoort case X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" According to dpdk commit 312312e928c7 (app/testpmd: fix bitmap of link speeds when force speed): foxville not supoort:change_linkspeed. Signed-off-by: Lingli Chen Tested-by: Lingli Chen --- conf/test_case_checklist.json | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 1a686d8e..8523f61e 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2862,6 +2862,7 @@ "NIC": [ "powerville", "springville", + "foxville", "columbiaville_25g", "columbiaville_100g" ],