Thanks for your suggestion, will include them in next version.
> -----Original Message----- > From: Stephen Hemminger <step...@networkplumber.org> > Sent: Wednesday, April 8, 2020 1:12 PM > To: Xueming(Steven) Li <xuemi...@mellanox.com> > Cc: Anatoly Burakov <anatoly.bura...@intel.com>; Ferruh Yigit > <ferruh.yi...@intel.com>; dev@dpdk.org; Asaf Penso <as...@mellanox.com> > Subject: Re: [dpdk-dev] [PATCH v1 1/2] malloc: support malloc and free > tracking log > > On Wed, 8 Apr 2020 04:04:53 +0000 > Xueming Li <xuemi...@mellanox.com> wrote: > > > * Dump contents of all malloc heaps to a file. > > diff --git a/lib/librte_eal/rte_eal_version.map > b/lib/librte_eal/rte_eal_version.map > > index f9ede5b..25c4b13 100644 > > --- a/lib/librte_eal/rte_eal_version.map > > +++ b/lib/librte_eal/rte_eal_version.map > > @@ -338,4 +338,7 @@ EXPERIMENTAL { > > > > # added in 20.05 > > rte_log_can_log; > > + rte_malloc_log_init; > > + rte_malloc_log_dump; > > + rte_malloc_log_stop; > > }; > > Looks like other entries were indented with tabs and you used spaces?