From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: PATCH] mbuf: rte_pktmbuf_dump: don't add 0x when using %p in format strings Date: Thu, 23 Jun 2016 23:26:28 +0200 Message-ID: <12754773.H38grCp9bn@xps13> References: <20160620124435.23d43f28@miho> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, olivier.matz@6wind.com To: Simon Kagstrom Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 2A66BC632 for ; Thu, 23 Jun 2016 23:26:31 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id a66so779524wme.0 for ; Thu, 23 Jun 2016 14:26:31 -0700 (PDT) In-Reply-To: <20160620124435.23d43f28@miho> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-06-20 12:44, Simon Kagstrom: > I.e., avoid dump messages with double 0x0x, e.g., > > dump mbuf at 0x0x7fac7b17c800, phys=17b17c880, buf_len=2176 > pkt_len=2064, ol_flags=0, nb_segs=1, in_port=255 > segment at 0x0x7fac7b17c800, data=0x0x7fac7b17c8f0, data_len=2064 > > Signed-off-by: Simon Kagstrom Applied, thanks