[dpdk-dev] [PATCH v5 3/3] mempool: mempool build on Windows

David Marchand david.marchand at redhat.com
Sun Jul 5 14:01:29 CEST 2020


On Sun, Jul 5, 2020 at 1:47 PM Fady Bader <fady at 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.

Why did you need this line?


-- 
David Marchand



More information about the dev mailing list