From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DB2E6A0471 for ; Wed, 17 Jul 2019 22:52:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 628CD2BBB; Wed, 17 Jul 2019 22:52:15 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id 3F5361B53 for ; Wed, 17 Jul 2019 22:52:13 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 3034138F; Wed, 17 Jul 2019 16:52:12 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 17 Jul 2019 16:52:12 -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=dQ+CMlb1XNq8OihUyjbM6yn89NsHXHgJ4f6GFFvSqb0=; b=GUG/ZR+aR96/ C8f+AYBlIyQdU1tssbLZCc3LUB0gdL1p59o20zN8XxKs4G92D65zG7S+RuhtvgC/ 9OtODFVTtGMM06iTrok9MYHbG3JU3ifoOzlr9BYe6OpuGm0EUtElxM0ypiYG/030 gv8R0usdr+QMVpvfiTqQS+CXRR0Gn6U= 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=fm3; bh=dQ+CMlb1XNq8OihUyjbM6yn89NsHXHgJ4f6GFFvSq b0=; b=HtU+GDFxd2XraE0zLCpJDb7DfWH3yzxaCDxJ3fuULgjDT4nxGKfx5NA6f hZiy7qxS5TMqJExgm3Aii7KwA0VDtfyjZcSO4kf7q4Jfe4xj333Q5srIrTvTBRzr o0EzaEnkx0QEaVrfCRbASrO9FTv+fRre/F1BU6lMXjEq01Tw9aVrpGPM4K4moRBM nmOF04fsWPX5zL17A98pXQcdOIQ0VAzv3NLBeGVIOFzeMV0kzW4dU1A5ArL094YU IYGeMvqvtsmRBpvGx1n5fLQLDzMY1WTVdn8DKDPBwBQK1bzxpyeXgEcaVTyERlsH R2+XSfSX+wpAJwUAZxY0Enbs3C5aQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrieefgddufedvucetufdoteggodetrfdotf 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 E70FB8005A; Wed, 17 Jul 2019 16:52:10 -0400 (EDT) From: Thomas Monjalon To: David Hunt Cc: dev@dpdk.org, "Burakov, Anatoly" Date: Wed, 17 Jul 2019 22:52:08 +0200 Message-ID: <13857983.mHCdflc9o5@xps> In-Reply-To: <33be55b0-d1ed-5564-873c-25bcbb51eec4@intel.com> References: <20190716111112.32427-1-david.hunt@intel.com> <33be55b0-d1ed-5564-873c-25bcbb51eec4@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] examples/power: fix policy handling for fifo 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" 16/07/2019 15:44, Burakov, Anatoly: > On 16-Jul-19 12:11 PM, David Hunt wrote: > > While the core frequency scale-up and scale down all works fine with the > > fifo-per-core functionaliry, there was a gap for policy handling. When > > creating or destroying a policy, the core associated with the fifo > > needs to be automatically added to the core list, so the policy is > > associated with the correct core. > > > > Fixes: 221e7026d521 ("examples/power: add FIFO per core for JSON interface") > > > > Signed-off-by: David Hunt > > --- > > LGTM > > Acked-by: Anatoly Burakov Applied, thanks