From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 00D46A0AC5 for ; Thu, 2 May 2019 18:14:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 227A31B129; Thu, 2 May 2019 18:14:11 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 3E5E51B128 for ; Thu, 2 May 2019 18:14:10 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 May 2019 09:14:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,422,1549958400"; d="scan'208";a="147607311" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga003.jf.intel.com with ESMTP; 02 May 2019 09:14:08 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.30]) by IRSMSX107.ger.corp.intel.com ([169.254.10.246]) with mapi id 14.03.0415.000; Thu, 2 May 2019 17:14:07 +0100 From: "Mcnamara, John" To: "Hunt, David" , "dev@dpdk.org" CC: "Hunt, David" Thread-Topic: [dpdk-dev] [PATCH v1 3/3] lib/power: clarify comment on priority core Thread-Index: AQHVANj4NzpasNAO8UquShQ1JjvCXaZYAlkg Date: Thu, 2 May 2019 16:14:07 +0000 Message-ID: References: <20190502111815.29343-1-david.hunt@intel.com> <20190502111815.29343-3-david.hunt@intel.com> In-Reply-To: <20190502111815.29343-3-david.hunt@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWM4MDI2ZTYtNTk4OS00ZWVmLWFmMDMtOTM2ZDIxYTg0YWY5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibmUwRnRUZm1wRFlDNVRiMHpqdk1jRjM0T2VsaEs1ZUtNMVZEcG91K282K2JCVXRlT3BHdGl5bEphZHE2SGh3XC8ifQ== dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1 3/3] lib/power: clarify comment on priority core X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190502161407.PuM1GNW0WOfduG5p55965ObnjQg1pWnFrHJIyFo-yJY@z> > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of David Hunt > Sent: Thursday, May 2, 2019 12:18 PM > To: dev@dpdk.org > Cc: Hunt, David > Subject: [dpdk-dev] [PATCH v1 3/3] lib/power: clarify comment on priority > core >=20 > As part of the documentation update on the changes made to the power > library for 19.05, information on SST-BF was added. This patch updates th= e > comment to clarify that a priority core is an SST-BF high frequency core. Acked-by: John McNamara