Re: [dpdk-dev] [PATCH] eal/windows: export all built functions for clang

2020-10-06 Thread Dmitry Kozlyuk
On Fri, 2 Oct 2020 22:18:37 +0300, Tal Shnaiderman wrote: > export for clang build all the functions currently built > on Windows and listed in rte_eal_version.map by adding > them to rte_eal_exports.def. > > Signed-off-by: Tal Shnaiderman > --- > lib/librte_eal/rte_eal_exports.def | 156 > +++

Re: [dpdk-dev] [PATCH] eal/windows: export all built functions for clang

2020-10-06 Thread Ranjit Menon
On 10/2/2020 12:18 PM, Tal Shnaiderman wrote: export for clang build all the functions currently built on Windows and listed in rte_eal_version.map by adding them to rte_eal_exports.def. Signed-off-by: Tal Shnaiderman --- lib/librte_eal/rte_eal_exports.def | 156

Re: [dpdk-dev] [PATCH] eal/windows: export all built functions for clang

2020-10-06 Thread Tal Shnaiderman
> Subject: Re: [dpdk-dev] [PATCH] eal/windows: export all built functions for > clang > > External email: Use caution opening links or attachments > > > > From: Ranjit Menon > > Subject: Re: [PATCH] eal/windows: export all built functions for clang > > >

Re: [dpdk-dev] [PATCH] eal/windows: export all built functions for clang

2020-10-02 Thread Tal Shnaiderman
> From: Ranjit Menon > Subject: Re: [PATCH] eal/windows: export all built functions for clang > > Hi Tal, > > On 10/2/2020 12:18 PM, Tal Shnaiderman wrote: > > export for clang build all the functions currently built on Windows > > and listed in rte_eal_version.map by adding them to > > rte_eal

Re: [dpdk-dev] [PATCH] eal/windows: export all built functions for clang

2020-10-02 Thread Ranjit Menon
Hi Tal, On 10/2/2020 12:18 PM, Tal Shnaiderman wrote: export for clang build all the functions currently built on Windows and listed in rte_eal_version.map by adding them to rte_eal_exports.def. Signed-off-by: Tal Shnaiderman --- lib/librte_eal/rte_eal_exports.def | 156 +

[dpdk-dev] [PATCH] eal/windows: export all built functions for clang

2020-10-02 Thread Tal Shnaiderman
export for clang build all the functions currently built on Windows and listed in rte_eal_version.map by adding them to rte_eal_exports.def. Signed-off-by: Tal Shnaiderman --- lib/librte_eal/rte_eal_exports.def | 156 - 1 file changed, 152 insertions(+), 4 del