Re: [dpdk-dev] [PATCH 1/2] eal/windows: fix symbol export

2020-10-16 Thread Thomas Monjalon
16/10/2020 11:38, David Marchand: > The incriminated commit forgot to clean the Windows export file. > > Fixes: 3cd73a1a1c4d ("eal: simplify exit functions") Yes the patch has been merged after the symbol has been added in the .def. > Signed-off-by: David Marchand Acked-by: Thomas Monjalon

[dpdk-dev] [PATCH 1/2] eal/windows: fix symbol export

2020-10-16 Thread David Marchand
The incriminated commit forgot to clean the Windows export file. Fixes: 3cd73a1a1c4d ("eal: simplify exit functions") Signed-off-by: David Marchand --- lib/librte_eal/rte_eal_exports.def | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_eal/rte_eal_exports.def b/lib/librte_eal/rte_