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 784B7A053B; Thu, 6 Feb 2020 15:32:10 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BD4EA1C116; Thu, 6 Feb 2020 15:32:09 +0100 (CET) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id A40221C114 for ; Thu, 6 Feb 2020 15:32:07 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 7B4CF48E; Thu, 6 Feb 2020 09:32:06 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 06 Feb 2020 09:32:06 -0500 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=ieYNhaClBrRMpNPs0sDdmUU/boPEljtvyoknFx7duF0=; b=VR2uE06jnCaV Reb79HFtnZdkK46OFBaz5MrAHSIv1HKEC6VZkQpBR3Uxdi/JrUX94l/OwuqRPQnW acyWWS3pkgKGQqWxR14Ia+R4GiNl71nyVhnVM/DkGNo1oav2RXBk/0NwUgBKC1Bu yk1vX4UnNMmccidlSBbhU4uggaprkNE= 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=ieYNhaClBrRMpNPs0sDdmUU/boPEljtvyoknFx7du F0=; b=Z8VMT0phPEatjglQe1Ej68+enaRPbLDFgEqTEiJdgVynvTGC+i1JHrvKn n17oIA17RP1cJ+2V57BCIMI/HJCqJbwpbXG1KBKVpDauz51EwMo+MRDGAzJw2YZT ng2az5WS/mWjg778Uj8qN2fzaCdg+W5AKUBfutho+M5nCRMf8wUYFpHJZGQNCWRB pFTUFBh5i0qJU4okVdGfUngLim00ymLa5JVjQelgh4RG5nKgaw/mL3hSHM3wfuRD d0enE9PVakW0pBqBXxTU2VQjTkrbB72vcUO5LBJW3kPPWZGuWd7dHAXTthCqa4ia Uyuz8siqYK19swR2jwy6UJ2DNn70A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrheefgdeihecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr 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 D201430607B0; Thu, 6 Feb 2020 09:32:04 -0500 (EST) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org, Andrew Rybchenko , Olivier Matz Date: Thu, 06 Feb 2020 15:32:03 +0100 Message-ID: <2989616.l52yBJDM9G@xps> In-Reply-To: <20200206094833.GP22738@platinum> References: <20191120174125.23704-1-stephen@networkplumber.org> <20200122173956.25527-1-stephen@networkplumber.org> <20200206094833.GP22738@platinum> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] mbuf: display more fields in dump 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" 06/02/2020 10:48, Olivier Matz: > On Wed, Jan 22, 2020 at 09:39:56AM -0800, Stephen Hemminger wrote: > > The rte_pktmbuf_dump should display offset, refcount, and vlan > > info since these are often useful during debugging. > > > > Signed-off-by: Stephen Hemminger > > Acked-by: Andrew Rybchenko > > Acked-by: Olivier Matz Applied, thanks