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

Kinsella, Ray mdr at ashroe.eu
Mon Jun 15 09:41:51 CEST 2020


perfect.

On 15/06/2020 08:41, Dmitry Kozlyuk wrote:
> 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.
>


More information about the dev mailing list