[dpdk-dev] [PATCH v1 1/2] malloc: support malloc and free tracking log

Xueming(Steven) Li xuemingl at mellanox.com
Wed Apr 8 08:45:49 CEST 2020


Thanks for your suggestion, will include them in next version.

> -----Original Message-----
> From: Stephen Hemminger <stephen at networkplumber.org>
> Sent: Wednesday, April 8, 2020 1:12 PM
> To: Xueming(Steven) Li <xuemingl at mellanox.com>
> Cc: Anatoly Burakov <anatoly.burakov at intel.com>; Ferruh Yigit
> <ferruh.yigit at intel.com>; dev at dpdk.org; Asaf Penso <asafp at 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 <xuemingl at 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?


More information about the dev mailing list