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 DA189A0471 for ; Wed, 17 Jul 2019 22:49:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 09FD84D27; Wed, 17 Jul 2019 22:49:26 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id E332E4CE4 for ; Wed, 17 Jul 2019 22:49:23 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id C9AC63BF; Wed, 17 Jul 2019 16:49:22 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 17 Jul 2019 16:49:23 -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=PwsVhrxOUiGrlzebSSU5POzDiUw759vtTkf83wLDr/w=; b=kou89MsKAqT3 if+5QtVlEjOa118lp2ypKEIf3UJuLsTlvMQbnuoLjqcEiZNWPM3bMC0fNaOTyipH vKJT56MeqgStYZYtTo4OW+jxgLraH6Yvan/smG9V6+nCbjRNr7dPPnAq1JG15JVU uZyqkLulznkKwDOiZPbWm+iaaCxPxOY= 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=PwsVhrxOUiGrlzebSSU5POzDiUw759vtTkf83wLDr /w=; b=Nif9xd373NbstrkgMfZ/Q5GHiU06JBxn/JnSXN8S2tDadyGOh9BgqJXFm xcDXd17FptPM9FkwS2u/DhL4akLLRZUCsDtEsjF2qMj+cbLm7VIdawAjY8yzF3W9 82r6bz17eLPukingGhSIgHbALDJAEb/7bfqPxN72CBHD5vzTkFyuCkkGnQd3ABn8 K5ykWndxanx9Lelw6MnljFj6B8YcQmAgJDxQiEKYOvIUKprnADGD1lrPfFG+smFF 34QoyHcFlxSGALxEotf5dhdeueoRF+iVV+eVMhAFAlK9cbPS8z+raZGwRdRPQ6xw 7tQ7hSyp9fs0azT1bJDiNpj0KtpUw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrieefgddufeduucetufdoteggodetrfdotf 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 91EB1380085; Wed, 17 Jul 2019 16:49:21 -0400 (EDT) From: Thomas Monjalon To: David Hunt Cc: dev@dpdk.org, "Burakov, Anatoly" Date: Wed, 17 Jul 2019 22:49:19 +0200 Message-ID: <32593375.SLxVALdAxi@xps> In-Reply-To: References: <20190715140704.27221-1-david.hunt@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 busyness number limed to 50% 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:50, Burakov, Anatoly: > On 15-Jul-19 3:07 PM, David Hunt wrote: > > Current implementation only outputs 3 numbers for busyness, 0, 50 and 100. > > Fix this so that the 50% is replaced by a curve, more meaningful. > > This can be replaced in each use case by a suitable calculation for > > that use case. > > > > Fixes: 609e79841fcf ("examples/l3fwd-power: add telemetry mode") > > > > Signed-off-by: David Hunt > > Acked-by: Anatoly Burakov Applied, thanks