Re: [dpdk-dev] [PATCH] hash: build on Windows

2020-10-05 Thread Thomas Monjalon
02/10/2020 06:28, Kadam, Pallavi: > > On 10/1/2020 8:30 AM, Tal Shnaiderman wrote: > > From: Ophir Munk > > > > Build the lib for Windows. > > Export the needed function from eal. > > > > Signed-off-by: Ophir Munk > > Signed-off-by: Tal Shnaiderman > > --- > Tested-by: Pallavi Kadam > Acked-by

Re: [dpdk-dev] [PATCH] hash: build on Windows

2020-10-01 Thread Kadam, Pallavi
On 10/1/2020 8:30 AM, Tal Shnaiderman wrote: From: Ophir Munk Build the lib for Windows. Export the needed function from eal. Signed-off-by: Ophir Munk Signed-off-by: Tal Shnaiderman --- Tested-by: Pallavi Kadam Acked-by: Pallavi Kadam

[dpdk-dev] [PATCH] hash: build on Windows

2020-10-01 Thread Tal Shnaiderman
From: Ophir Munk Build the lib for Windows. Export the needed function from eal. Signed-off-by: Ophir Munk Signed-off-by: Tal Shnaiderman --- lib/librte_eal/rte_eal_exports.def | 2 ++ lib/meson.build| 1 + 2 files changed, 3 insertions(+) diff --git a/lib/librte_eal/rte_