Re: [dpdk-dev] [PATCH v3 3/4] eal: export needed functions for mempool

2020-07-02 Thread Fady Bader
...@microsoft.com; > ocard...@microsoft.com; pallavi.ka...@intel.com; ranjit.me...@intel.com; > olivier.m...@6wind.com; arybche...@solarflare.com; m...@ashroe.eu; > nhor...@tuxdriver.com > Subject: Re: [dpdk-dev] [PATCH v3 3/4] eal: export needed functions for > mempool > > 22/06/2020 13:5

Re: [dpdk-dev] [PATCH v3 3/4] eal: export needed functions for mempool

2020-06-29 Thread Thomas Monjalon
22/06/2020 13:55, Fady Bader: > Some eal functions were used by mempool lib but not exported on Windows. > The function was exported. Do not use past for facts which are still true after the patch. This patch could be merged with next one enabling the compilation.

[dpdk-dev] [PATCH v3 3/4] eal: export needed functions for mempool

2020-06-22 Thread Fady Bader
Some eal functions were used by mempool lib but not exported on Windows. The function was exported. Signed-off-by: Fady Bader --- lib/librte_eal/rte_eal_exports.def | 6 ++ lib/librte_eal/rte_eal_version.map | 1 + 2 files changed, 7 insertions(+) diff --git a/lib/librte_eal/rte_eal_exports