[dpdk-dev] [PATCH v9 03/12] eal: introduce memory management wrappers

Dmitry Kozlyuk dmitry.kozliuk at gmail.com
Mon Jun 15 09:41:20 CEST 2020


On Mon, 15 Jun 2020 07:03:23 +0100
"Kinsella, Ray" <mdr at ashroe.eu> 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


More information about the dev mailing list