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 16322A0AC5 for ; Thu, 2 May 2019 17:55:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BBC0F1B160; Thu, 2 May 2019 17:55:30 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 96D7F1B141 for ; Thu, 2 May 2019 17:55:29 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 May 2019 08:55:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,422,1549958400"; d="scan'208";a="147701964" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga007.fm.intel.com with ESMTP; 02 May 2019 08:55:28 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.30]) by IRSMSX153.ger.corp.intel.com ([169.254.9.61]) with mapi id 14.03.0415.000; Thu, 2 May 2019 16:55:27 +0100 From: "Mcnamara, John" To: "Hunt, David" , "dev@dpdk.org" CC: "Hunt, David" Thread-Topic: [dpdk-dev] [PATCH v1 2/3] doc: add release note for power changes Thread-Index: AQHVANjoQgeVlpAA20WWnOwofTYtCqZX/SAQ Date: Thu, 2 May 2019 15:55:26 +0000 Message-ID: References: <20190502111815.29343-1-david.hunt@intel.com> <20190502111815.29343-2-david.hunt@intel.com> In-Reply-To: <20190502111815.29343-2-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDRlMjkxM2MtNzNmOS00ZmEzLWJlMjktZWI1YmM0NjAyY2ExIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiN3ZMT1wvYm5vTEIxZnN5WlFLTklCVis4bUpsN2U0QldrN2U4WTBTYlR6aVwvamZoeU52bXBLWEVrWU5IZjFESytnIn0= 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 2/3] doc: add release note for power changes 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: <20190502155526.2RgcZjtWy5rC7KdR7NwvjFDkKzCqkAE0rPaRv_w5H8c@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 2/3] doc: add release note for power change= s >=20 > In the Power Library, a new bit has been added to the mask returned by > rte_power_get_capabilities which indicates whether the core is an Intel > SST-BF high frequency core. >=20 > The Distributor sample app has also been enhanced to make use of SST-BF > cores, and pin relevant workloads to the higher frequency cores, if > available in the core mask provided to the application. >=20 Acked-by: John McNamara