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 4FE53A0AC5 for ; Fri, 3 May 2019 22:17:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BD6B729CB; Fri, 3 May 2019 22:17:33 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id CEE1729AC for ; Fri, 3 May 2019 22:17:32 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3D09C2771F; Fri, 3 May 2019 16:17:32 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 03 May 2019 16:17:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=sIEbO0tj6N7+EVXWUUhLe0UzOKkFhuXJegexhgayIgY=; b=kb7p0dIgNDCC qzqj0aPIACVL74lgbAVO3cWE4wuhOXTFEMCVpjbOKP9uJmFxBtK4sqI9MX2PfEVA t3RPeoE/gxuCDxByITofcYb3rljH1/y5hN+rPw/Uw7B14AGXs7wQ5oSLR0MRmmFL +pRL4tfhmVLwdx8LLQaBZznvoCWZFJg= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=sIEbO0tj6N7+EVXWUUhLe0UzOKkFhuXJegexhgayI gY=; b=t8j+yMxrsQWAXqR9MpXXF1J5+hf/qEAFPns4XkBrMyoasy+y12mohBiJW Dg8WCDLEVK2qCAakvKNp7C5VTBhd9gljV31g8CC9aXIBR5EQnbYRhoxeA1zklbLT qtnQ4PmQesvC/beuciBJnZaXZKeQzoMJXq/mcJDrcsE+HzcJaivxCV+jdVVhkOHy oUxERARtShdsrgaPQqSSRm/dHRKMGfbNdJp9L6mK1Rg9N3brI7eKAey0S06w6fi0 HbNjSJa0XJqza37WVB1hzMdjk2R9yN4vA/ISluNajBxhpBJhlktLJG7nqr2nO/RL QXlmlsDD4ahtXxNU4jdEn3KBoiEaw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrjedugdduhedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 15765103CC; Fri, 3 May 2019 16:17:30 -0400 (EDT) From: Thomas Monjalon To: "Hunt, David" Cc: dev@dpdk.org, "Mcnamara, John" Date: Fri, 03 May 2019 22:17:29 +0200 Message-ID: <6327666.Stf6abXUKs@xps> In-Reply-To: References: <20190502111815.29343-1-david.hunt@intel.com> <20190502111815.29343-2-david.hunt@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" 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: <20190503201729.LiuNLMbiFI7EuJS4RBfR7Xq9LjdJzArENlnn6N5qdu8@z> 02/05/2019 17:55, Mcnamara, John: > From: David Hunt > > 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. > > > > 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. > > Acked-by: John McNamara Applied. Please try to update the release notes at the same time as the code. Thanks