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

2020-10-14 Thread Thomas Monjalon
14/10/2020 11:35, Dmitry Kozlyuk: > On Wed, 7 Oct 2020 10:19:57 +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 > > Acked-

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

2020-10-14 Thread Dmitry Kozlyuk
On Wed, 7 Oct 2020 10:19:57 +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 > Acked-by: Ranjit Menon > --- > v2: rebase to master

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

2020-10-07 Thread Tal Shnaiderman
>> Subject: [dpdk-dev] [PATCH v2] eal/windows: export all built functions for >> clang >> >> CAUTION: This email originated from outside of the organization. Do not >> click >> links or open attachments unless you recognize the sender and know the >

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

2020-10-07 Thread John Alexander
microsoft.com; > ophi...@nvidia.com > Subject: [dpdk-dev] [PATCH v2] eal/windows: export all built functions for > clang > > CAUTION: This email originated from outside of the organization. Do not click > links or open attachments unless you recognize the sender and know the > content is

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

2020-10-07 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 Acked-by: Ranjit Menon --- v2: rebase to master --- --- lib/librte_eal/rte_eal_exports.def | 156 ++