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 BA7DDA05D3 for ; Mon, 22 Apr 2019 22:05:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7C0DB1B453; Mon, 22 Apr 2019 22:05:17 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id BB4591B441 for ; Mon, 22 Apr 2019 22:05:15 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 546F022008; Mon, 22 Apr 2019 16:05:15 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 22 Apr 2019 16:05:15 -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=qfwgkQPrYZxP1GKqbJqRmEFJoiBPzrolkb+P6A6AVN8=; b=Shw/8b0rTgyP HbPmF/U6K/WktZESrGmczLIxBGLQVtDPfJxaW18d8HP9tFGA/jP16RoJS0BUrhh8 gEP+G0VwXD9oziUOdLSwXif7KS/E/gdUjWwLvpe9gSSIepJTzXNv7ypZ43RMUiPq 12gJWxIvVXc+ylyh1R8dLA8O1a5avXE= 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=qfwgkQPrYZxP1GKqbJqRmEFJoiBPzrolkb+P6A6AV N8=; b=GRCFDCBkreYG9/57F/tnW5t2YEEGcdX7oYVzAJzgrhN98MSXan3cRAwsD Hebhsy7wBuKJTHAM/R08pjrS4o4qYjohGSSugLJu/NdgCIPY0QPQLw4oPurL5nBP n4gAHJa+kkdJgenb73jZFNtfyypWUIy42mgGFMUwqAxbGY3vC6V+vbtY8By/aGOv xnylIWrKeImPoFq5APMZWgiyQXvDLs6YEWCHuwjFUBzKHgRJls+m69ykBpNSge3I x7gzG/R/APBo4mPwBX+pUP1LaH1qfmIujpIyC5R77NMyyFQgG4dEXbwQRA+cwW6l d0ATLv1pAZUkOutP/hoblhtd2v4Wg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrgeeigddufeelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeekfedrudduhedrudehhedrudefkeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (acaen-257-1-30-138.w83-115.abo.wanadoo.fr [83.115.155.138]) by mail.messagingengine.com (Postfix) with ESMTPA id 68D4210316; Mon, 22 Apr 2019 16:05:13 -0400 (EDT) From: Thomas Monjalon To: Lukasz Krakowiak Cc: dev@dpdk.org, "Hunt, David" Date: Mon, 22 Apr 2019 22:05:10 +0200 Message-ID: <3344434.Mug1RbnXBb@xps> In-Reply-To: References: <20190409095401.16740-1-lukaszx.krakowiak@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] power: fix for policy dependency to MAC list 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: <20190422200510.0kW3XfEaJ_ol9gPKAjE66N1jJHDJ762Xo13GrQ15t10@z> > > Removed dependency to mac_list from policies: > > * BRANCH_RATIO, > > * WORKLOAD, > > * TIME > > in function update_policy. > > > > Fixes: 1b897991473f ("power: update error handling") > > > > Signed-off-by: Lukasz Krakowiak > > Acked-by: David Hunt Applied, thanks