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 6C73EA0679 for ; Fri, 5 Apr 2019 01:30:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6332A1B3A5; Fri, 5 Apr 2019 01:30:44 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id EC43A1B2B3; Fri, 5 Apr 2019 01:30:42 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3227125B31; Thu, 4 Apr 2019 19:30:42 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 04 Apr 2019 19:30:42 -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=/V2SMFTgwzXdCcgBdMQJwgxbtNXmjPnYDYlgksm/j+M=; b=O6I6P8nlZiZv rpLVCStYWnFrwsdKnmgoSl3Cg0+LY5IdgCWV1PQ2qHJII3zof/5I4bt9psJCXVRB LxqLRCKLRA7S22xxY7DIQRTOO4FR+Y1Lyy383ZtyOdZLc9pCBj7XWunbdQ3XYufe /X2FeswnWwVKBTo+yRV6YYGaYJmpPmA= 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=/V2SMFTgwzXdCcgBdMQJwgxbtNXmjPnYDYlgksm/j +M=; b=tDJURQq1oade2J+bqALrdSRzc2OmJENBZ1BaaJVYu1IzM/o9idDgIqxkC lie4nUKzwDpHc21JAKQaDbHvY+MFK71nn2Jb8ShFzdvAte/gmjLNi4QA7gVOGmlm HvTjBLFaa3WGu9gc1Q2kJOBuy/uQ/rSupQcQTmi9vSDzyeTYp+wIzTclWbXHawg+ 7yZ9ppt8F+Mkzv2QvQ4Uo7amCp5LHiv1ndz5HF/+FlABqR9XDgwPJAOl5YBgfsIO PNsvDobNXDzOKwiKs/KjolU6iUykMUBPbUPvuJWzJx0/Bc9lxSm0LSvqWoYu0bdP o4gzjoa7pVn7bQMosXu+rd091Dmeg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrtdeigddvtdculddtuddrgedutddrtddtmd cutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdp uffrtefokffrpgfnqfghnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivg hnthhsucdlqddutddtmdenucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvden ucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrg hlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhep mhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsth gvrhfuihiivgepud 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 2CDF0E45F3; Thu, 4 Apr 2019 19:30:40 -0400 (EDT) From: Thomas Monjalon To: Pallantla Poornima Cc: stable@dpdk.org, "Hunt, David" , dev@dpdk.org, reshma.pattan@intel.com, aconole@redhat.com, ramirose@gmail.com Date: Fri, 05 Apr 2019 01:30:39 +0200 Message-ID: <1797129.D6UEqV6NGX@xps> In-Reply-To: <95365c42-195d-d3c4-b1e6-e137b16fa536@intel.com> References: <95365c42-195d-d3c4-b1e6-e137b16fa536@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v3] power: fix to remove unused variable 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: <20190404233039.e_EJ5uEKm4PIpvyHQJlpK0q8JeeWObmorRR12G9udVU@z> 15/02/2019 12:41, Hunt, David: > > On 15/2/2019 10:28 AM, Pallantla Poornima wrote: > > Variable pfi_str is removed since it is unused. > > > > Fixes: 450f0791312c ("power: add traffic pattern aware power control") > > Cc: stable@dpdk.org > > > > Signed-off-by: Pallantla Poornima > > Reviewed-by: Rami Rosen > > Acked-by: David Hunt Applied, thanks