> -----Original Message----- > From: David Marchand <david.march...@redhat.com> > Sent: Sunday, July 5, 2020 3:01 PM > To: Fady Bader <f...@mellanox.com> > Cc: dev <dev@dpdk.org>; Thomas Monjalon <tho...@monjalon.net>; Tasnim > Bashar <tbas...@mellanox.com>; Tal Shnaiderman <tal...@mellanox.com>; > Yohad Tor <yoh...@mellanox.com>; Dmitry Kozlyuk > <dmitry.kozl...@gmail.com>; Harini Ramakrishnan > <harini.ramakrish...@microsoft.com>; Omar Cardona > <ocard...@microsoft.com>; Pallavi Kadam <pallavi.ka...@intel.com>; Ranjit > Menon <ranjit.me...@intel.com>; Olivier Matz <olivier.m...@6wind.com>; > Andrew Rybchenko <arybche...@solarflare.com>; Ray Kinsella > <m...@ashroe.eu>; Neil Horman <nhor...@tuxdriver.com> > Subject: Re: [dpdk-dev] [PATCH v5 3/3] mempool: mempool build on Windows > > On Sun, Jul 5, 2020 at 1:47 PM Fady Bader <f...@mellanox.com> 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