mbuf: display more fields in dump
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 22 Jan 2020 17:39:56 +0000 (09:39 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 6 Feb 2020 15:17:14 +0000 (16:17 +0100)
commit5b6eaea8ea7c7b4efa10c64c6545696681759e7e
treecf230b20e24639bd67b9439ea5ed834a783a0f23
parent292f02b58c26c3bad2327a52c49ec6eff580e124
mbuf: display more fields in dump

The rte_pktmbuf_dump should display offset, refcount, and vlan
info since these are often useful during debugging.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_mbuf/rte_mbuf.c