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 01657A057B; Thu, 2 Apr 2020 13:21:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CD2EC1B91B; Thu, 2 Apr 2020 13:21:57 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id CD5322C15 for ; Thu, 2 Apr 2020 13:21:56 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 694F95C00EF; Thu, 2 Apr 2020 07:21:56 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Thu, 02 Apr 2020 07:21:56 -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=EknlXnDZylTiCWX2lwcXdQrjlxjY2QCiYcDroDkIyYY=; b=saMWJObE+yCY so/Xdkw3E43h5cSM+s1Rqk8HqWGD3wIvrOJzy513ueL0M6qCOBh6mOYS7LAvn4Qu VI8kTfca5Iau4jlykp6VHnp3FQgLd0UYbu3alSozq6tti/e2xNHxOoUfw/WjTa5z MLDlD/1782C1swNu6bXlKAr0CkVd4PU= 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=EknlXnDZylTiCWX2lwcXdQrjlxjY2QCiYcDroDkIy YY=; b=V3T1hyoq1uhONcbAeBZHtwlCHeFkgAfL28mUwhM1aF9XpY/QukhxZbGY+ TnzyAAThp1w9EGfl2OvK6lKbGra5PpvE/uMhxrxkmi/CovGk12JLgvUJRQRCOExj cpHFS9NI4mOuixRaZZ0l1/mSktqJqVUhLktbFZJPSqWVELb5zXvuNXmBO3fzGSy9 pvOHcX9Me2spDOwqBpQnQ2YvQ4PqDtrRNhMew2gbZxTqMM1WtA3bOc2iC52CTfIh AqYWbeRRkh7uVYPQHikaSQoj7rxP+3WcoGaNtkwkEBN+Tmlxo3asZPcFoZFpDIGD LV+IH62jIKPWUewIMGX1FdGPtvXew== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrtdeggdeffecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgepudenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 ABDD4306CDF0; Thu, 2 Apr 2020 07:21:55 -0400 (EDT) From: Thomas Monjalon To: Viacheslav Ovsiienko Cc: dev@dpdk.org, ferruh.yigit@intel.com, bernard.iremonger@intel.com Date: Thu, 02 Apr 2020 13:21:54 +0200 Message-ID: <5919285.Bh6DGQjDyp@xps> In-Reply-To: <1584625851-10291-4-git-send-email-viacheslavo@mellanox.com> References: <1561553317-16777-1-git-send-email-viacheslavo@mellanox.com> <1584625851-10291-1-git-send-email-viacheslavo@mellanox.com> <1584625851-10291-4-git-send-email-viacheslavo@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 3/3] app/testpmd: qualify profiling statistics on burst size 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" 19/03/2020 14:50, Viacheslav Ovsiienko: > + printf(" CPU cycles/%u packet burst=%u (total cycles=" > + "%"PRIu64" / total %s bursts=%u)\n", You can make it simpler by removing some words: CPU cycles -> cycles packet burst -> burst