On Mon, 15 Jun 2020 07:03:23 +0100 "Kinsella, Ray" <[email protected]> wrote:
[snip]
> > +
> > +INTERNAL {
> > + global:
> > +
> > + rte_mem_lock;
> > + rte_mem_map;
> > + rte_mem_page_size;
> > + rte_mem_unmap;
> > +};
>
> Don't
>
> * eal_mem_reserve()
> * eal_mem_free()
> * eal_mem_set_dump()
>
> Belong in the map file also?
No need to export these funtions, they're only used by librte_eal.
--
Dmitry Kozlyuk

