* [dpdk-dev] [PATCH] eal: fix Windows export
@ 2020-06-10 14:30 David Marchand
2020-06-15 9:55 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: David Marchand @ 2020-06-10 14:30 UTC (permalink / raw)
To: dev
Cc: Harini Ramakrishnan, Omar Cardona, Pallavi Kadam, Ranjit Menon,
Anatoly Burakov, Thomas Monjalon
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 <david.marchand@redhat.com>
---
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_eal_exports.def
index 12a6c79d6a..c1bdee1c40 100644
--- a/lib/librte_eal/rte_eal_exports.def
+++ b/lib/librte_eal/rte_eal_exports.def
@@ -1,6 +1,5 @@
EXPORTS
__rte_panic
- rte_eal_get_configuration
rte_eal_init
rte_eal_mp_remote_launch
rte_eal_mp_wait_lcore
--
2.23.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] eal: fix Windows export
2020-06-10 14:30 [dpdk-dev] [PATCH] eal: fix Windows export David Marchand
@ 2020-06-15 9:55 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2020-06-15 9:55 UTC (permalink / raw)
To: David Marchand
Cc: dev, Harini Ramakrishnan, Omar Cardona, Pallavi Kadam,
Ranjit Menon, Anatoly Burakov
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 <david.marchand@redhat.com>
I assume no backport is required for Windows so far.
Applied, thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-06-15 9:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-10 14:30 [dpdk-dev] [PATCH] eal: fix Windows export David Marchand
2020-06-15 9:55 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).