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 BF241A00BE; Tue, 15 Mar 2022 03:47:57 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8917740395; Tue, 15 Mar 2022 03:47:57 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id D1FD14014F for ; Tue, 15 Mar 2022 03:47:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647312476; x=1678848476; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=VWh0m8sPKRKwKtl9RMX2vAb9zNYQ8IQBh9cw25hzABQ=; b=TiynPBHVIH1EtFgPBHcJDEs0kpQsFwr1JC0aKnqmxQC43X5X9FTWoW9e qYrY7VL1B4WSAuHVClUrdVDBmXJqtpcl+R686fcfScT29rLJeiHXY107F +c1kdth91MVQK18QB34BoKW6gkQxxasXYapghPxb9AbhVhlaXc749S8d1 1NcDyvqJmZVsi3vt+7HzMy8YntZpHs+dJ2gv1u5D5qXNuvcSFsPXbiy+x mEBXfO6/IfMmDhmBw2ZNhzzC6fK/9GglPWGrh2iPnCCke3uD31tFz4Ge8 BV76lQbRgwZ37D7NRoScESnu/Rnv6IjRP3IcR5ZiByQrbqP4FtMv44kWB g==; X-IronPort-AV: E=McAfee;i="6200,9189,10286"; a="236142890" X-IronPort-AV: E=Sophos;i="5.90,182,1643702400"; d="scan'208";a="236142890" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Mar 2022 19:47:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,182,1643702400"; d="scan'208";a="634435664" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by FMSMGA003.fm.intel.com with ESMTP; 14 Mar 2022 19:47:55 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Mon, 14 Mar 2022 19:47:54 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Tue, 15 Mar 2022 10:47:49 +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.2308.021; Tue, 15 Mar 2022 10:47:49 +0800 From: "Tu, Lijuan" To: Thinh Tran , "dts@dpdk.org" Subject: RE: [DTS] [PATCH] framework crb: fix incorrect core list on ppc64 Thread-Topic: [DTS] [PATCH] framework crb: fix incorrect core list on ppc64 Thread-Index: AQHYNXq9jUnzO2mrq0uWjtcys3zSJay/wxhA Date: Tue, 15 Mar 2022 02:47:49 +0000 Message-ID: <4debb8299ba54b17a5ed6b895f8feead@intel.com> References: <20220311190326.567197-1-thinhtr@linux.vnet.ibm.com> In-Reply-To: <20220311190326.567197-1-thinhtr@linux.vnet.ibm.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.6.401.20 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 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 > -----Original Message----- > From: Thinh Tran > Sent: 2022=1B$BG/=1B(B3=1B$B7n=1B(B12=1B$BF|=1B(B 3:03 > To: dts@dpdk.org > Cc: Thinh Tran > Subject: [DTS] [PATCH] framework crb: fix incorrect core list on ppc64 >=20 > Add the checking for DUT arch ppc64 to get the core list correctly. >=20 >=20 > Signed-off-by: Thinh Tran Applied, thanks