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 CAFDAA0679 for ; Wed, 3 Apr 2019 18:36:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 935801B4D2; Wed, 3 Apr 2019 18:36:14 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 2187B1B4BD for ; Wed, 3 Apr 2019 18:36:13 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A6B182206D; Wed, 3 Apr 2019 12:36:12 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 03 Apr 2019 12:36: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=kYTPYockRQ3VHHFKeoVtjqsrbYSgeDlMUlF9aLUGtdY=; b=rAGTkDuaHuWS mCYm/Xc7J7fi3AfoKXnMgRJ1xicLbz4tVFVSM64NkdgO03q8DlTOUwcpdcEpPGNy BURbZ4QdipvVp+itHEG6CFa9JTIl/Z4MWHN55HJErUdGAXDcPXLnfA2d4FNbipBD qOn9t8jW46hLUwh75g6dsPXRofmeyHg= 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=kYTPYockRQ3VHHFKeoVtjqsrbYSgeDlMUlF9aLUGt dY=; b=cuwP77dDKyKI2+TLRkGnqP16gpYNkGww0aPbJH3Xkw61vKaGrVVboseVW YJaOFAEEk0o/boWkws5TPwp7XvPOIh2ee4JO61pmnZfWCfZ0lJfUCaRgfyiVzn2c eOtvLl/M+uZMXxvTXBIh316QQdIhw3zwkNwJuGoHcicIqrqpY4BmGzneCFAYbdTB 9cui8Y8kkXEzSEmZCPOeFvLwAt4ohMrTNIdm2LyJ9V+vLnss/mVgnOwtRXrQJjAp x+nMjlCRG0XPRtWiioljqlfUynEieMskxilMLAS+/0XyObB4EEiXTMzDr6ZiGx0d ETaBvwKhDaDjcyrV4s7OPTQvVujMw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrtdefgdejieculddtuddrgedutddrtddtmd cutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdp uffrtefokffrpgfnqfghnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivg hnthhsucdlqddutddtmdenucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvden ucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrg hlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhep mhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsth gvrhfuihiivgeptd 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 B33B9E4124; Wed, 3 Apr 2019 12:36:11 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Wed, 03 Apr 2019 18:36:09 +0200 Message-ID: <4784676.I3F8YG4rxV@xps> In-Reply-To: <20190402152350.17572-1-stephen@networkplumber.org> References: <20180816153106.7608-1-stephen@networkplumber.org> <20190402152350.17572-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 0/2] eal: hexdump cleanups 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: <20190403163609.sUEVHeV06IWkYr0bO53gx_bk3bGaEjDFPOsjDf0QDD0@z> 02/04/2019 17:23, Stephen Hemminger: > Minor bugfix and source cleanup > > Stephen Hemminger (2): > hexdump: whitespace cleanup > hexdump: align output of string Applied, thanks