> -----Original Message-----
> From: David Marchand <[email protected]>
> Sent: Sunday, July 5, 2020 3:01 PM
> To: Fady Bader <[email protected]>
> Cc: dev <[email protected]>; Thomas Monjalon <[email protected]>; Tasnim
> Bashar <[email protected]>; Tal Shnaiderman <[email protected]>;
> Yohad Tor <[email protected]>; Dmitry Kozlyuk
> <[email protected]>; Harini Ramakrishnan
> <[email protected]>; Omar Cardona
> <[email protected]>; Pallavi Kadam <[email protected]>; Ranjit
> Menon <[email protected]>; Olivier Matz <[email protected]>;
> Andrew Rybchenko <[email protected]>; Ray Kinsella
> <[email protected]>; Neil Horman <[email protected]>
> Subject: Re: [dpdk-dev] [PATCH v5 3/3] mempool: mempool build on Windows
> 
> On Sun, Jul 5, 2020 at 1:47 PM Fady Bader <[email protected]> wrote:
> > diff --git a/lib/librte_eal/rte_eal_version.map
> b/lib/librte_eal/rte_eal_version.map
> > index 196eef5afa..9ad843c754 100644
> > --- a/lib/librte_eal/rte_eal_version.map
> > +++ b/lib/librte_eal/rte_eal_version.map
> > @@ -395,4 +395,5 @@ INTERNAL {
> >         rte_mem_map;
> >         rte_mem_page_size;
> >         rte_mem_unmap;
> > +       __rte_trace_mem_per_thread_alloc;
> 
> The CI result is not there yet, but I expect issues.
> This symbol is marked as experimental, not internal.
> + it is exported already in the experimental section of the EAL map.

You are right, I'll remove it in the next version of the patch.

> 
> Why did you need this line? 
> 
> 
> --
> David Marchand

Reply via email to