From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 06798A0C46; Fri, 18 Jun 2021 09:40:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C4E5740150; Fri, 18 Jun 2021 09:40:24 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 2D0FC40142 for ; Fri, 18 Jun 2021 09:40:22 +0200 (CEST) IronPort-SDR: nMJPlUAwwjpypjxOAwRCwXbcLKzppftVlJPg8aUzBooDGUAvDoiU4dU90+4PXuXvPKNEcObCcj yUCftP0VAKzg== X-IronPort-AV: E=McAfee;i="6200,9189,10018"; a="193642700" X-IronPort-AV: E=Sophos;i="5.83,283,1616482800"; d="scan'208";a="193642700" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jun 2021 00:40:22 -0700 IronPort-SDR: I8S3Q5dZXUGLLbY1ekp5MqO3qw2e+r1vo49lb+o8RlJqabtGWW7tA8ekZaTDDGmEt/Y/ySwnVI 95f83v22fwwQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,283,1616482800"; d="scan'208";a="485593541" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga001.jf.intel.com with ESMTP; 18 Jun 2021 00:40:21 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Fri, 18 Jun 2021 00:40:21 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Fri, 18 Jun 2021 15:40:19 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2242.008; Fri, 18 Jun 2021 15:40:19 +0800 From: "Tu, Lijuan" To: "Chen, LingliX" , "dts@dpdk.org" CC: "Chen, LingliX" Thread-Topic: [dts] [PATCH V1] conf/test_case_checklist:add foxville not supoort case Thread-Index: AQHXYmHRuKjrWR8300KfwFNnZ2pqEKsZYiZQ Date: Fri, 18 Jun 2021 07:40:19 +0000 Message-ID: <6104e7546a4d45ec91f20238121bc457@intel.com> References: <20210616121301.5734-1-linglix.chen@intel.com> In-Reply-To: <20210616121301.5734-1-linglix.chen@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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" > -----Original Message----- > From: dts On Behalf Of Lingli Chen > Sent: 2021=1B$BG/=1B(B6=1B$B7n=1B(B16=1B$BF|=1B(B 20:13 > To: dts@dpdk.org > Cc: Chen, LingliX > Subject: [dts] [PATCH V1] conf/test_case_checklist:add foxville not supoo= rt case >=20 > According to dpdk commit 312312e928c7 (app/testpmd: fix bitmap of link > speeds when force speed): > foxville not supoort:change_linkspeed. Commit 312312e928c7 (app/testpmd: fix bitmap of link > speeds when force speed) tells: app/testpmd: fix bitmap of link speeds when force speed Currently, when the user sets force link speed through 'link_speeds', bit(0) of 'link_speeds' is not set to 1(ETH_LINK_SPEED_FIXED), which conflicts with the definition. I don't understand how do you get " foxville not supoort:change_linkspeed "= , could you please clarify it? >=20 > Signed-off-by: Lingli Chen > --- > conf/test_case_checklist.json | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.jso= n 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" > ], > -- > 2.17.1