Re: [dpdk-dev] [PATCH] eal: fix Windows export

2020-06-15 Thread Thomas Monjalon
10/06/2020 16:30, David Marchand: > rte_eal_get_configuration() has been made private in 19.11, remove > leftover in Windows export list. > > Fixes: f58cef079b05 ("eal: make the global configuration private") > > Signed-off-by: David Marchand I assume no backport is required for Windows so far.

[dpdk-dev] [PATCH] eal: fix Windows export

2020-06-10 Thread David Marchand
rte_eal_get_configuration() has been made private in 19.11, remove leftover in Windows export list. Fixes: f58cef079b05 ("eal: make the global configuration private") Signed-off-by: David Marchand --- lib/librte_eal/rte_eal_exports.def | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libr