From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 2E2EC1E2B for ; Thu, 25 Oct 2018 01:40:11 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A7F4D220F8; Wed, 24 Oct 2018 19:40:10 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 24 Oct 2018 19:40:10 -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=rLVMC8cDaj04yHO5vcZ+o+iiYMZKhFZelO2RljEQehc=; b=F2NAvCVmamCH tF1au9xYPJttH2J0NpKtnQhHTTbkhRhprbh2qF39szAgNDAlWob5hJyyN1AJoKzz i1DoVQPW8ppnvm+HbjmaaOJa0CAb59V7S9JfeDn33Sdf1kFMYsOqXH7adgRJ8L05 fSUJEbsYwNoelrBAhtvXE+CsEoX0c3Y= 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=fm1; bh=rLVMC8cDaj04yHO5vcZ+o+iiYMZKhFZelO2RljEQe hc=; b=Wmfvmkfz0QezF4U8QPr4F5i+xFNCK5BrFuEXshie/6kUraJBBNav8Vj+p I6LB/BiD7GUXwmijCf7ccGTPME6rMMKU52aNn4vFNPeQzu58+cNCVPV9lRQuLuD9 BKC8pUBW+U5uLGur4kgHEHr0NxLE4CjzO231bQFQW036x67pkmA9CR275uaxouqi 2gtlzmdCd5USpJBk1SWuj45UCuKMakErzooRlkUGy1tsMduhZHaIqdqnweVfwJ6y T4aoj3z4QP6yILRUVgjEEJjkz/xhrs/MoHbpd5qEws0ZuaTja2MGiYKkzD02y6at BPFOKpWU++G1WG4T1geYp6CWLKqjA== X-ME-Sender: 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 DCFFCE4119; Wed, 24 Oct 2018 19:40:09 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Thu, 25 Oct 2018 01:40:12 +0200 Message-ID: <1660689.3ZVUTRRZDY@xps> In-Reply-To: <20180816153106.7608-1-stephen@networkplumber.org> References: <20180816153106.7608-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/2] eal: hexcump trivial changes 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: , X-List-Received-Date: Wed, 24 Oct 2018 23:40:11 -0000 16/08/2018 17:31, Stephen Hemminger: > Minor cleanups of the hexdump routines > > Stephen Hemminger (2): > hexdump: whitespace cleanup > hexdump: align output of string > > lib/librte_eal/common/eal_common_hexdump.c | 116 +++++++++------------ > 1 file changed, 50 insertions(+), 66 deletions(-) Please, could you update this series?