* [dpdk-dev] [PATCH] eal: fix experimental block for 20.11
@ 2020-10-08 12:49 David Marchand
2020-10-08 13:06 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2020-10-08 12:49 UTC (permalink / raw)
To: dev; +Cc: thomas
In EAL, we try to sort the experimental symbols per the release they
were introduced in.
Fixes: 8929de043eb4 ("service: retrieve lcore active state")
Signed-off-by: David Marchand <david.marchand@redhat.com>
---
lib/librte_eal/rte_eal_version.map | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librte_eal/rte_eal_version.map b/lib/librte_eal/rte_eal_version.map
index 6165293b69..a93dea9fe6 100644
--- a/lib/librte_eal/rte_eal_version.map
+++ b/lib/librte_eal/rte_eal_version.map
@@ -394,12 +394,12 @@ EXPERIMENTAL {
rte_lcore_dump;
rte_lcore_iterate;
rte_mp_disable;
- rte_service_lcore_may_be_active;
rte_thread_register;
rte_thread_unregister;
# added in 20.11
__rte_eal_trace_generic_size_t;
+ rte_service_lcore_may_be_active;
};
INTERNAL {
--
2.23.0
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-10-08 13:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-08 12:49 [dpdk-dev] [PATCH] eal: fix experimental block for 20.11 David Marchand
2020-10-08 13:06 ` Thomas Monjalon
2020-10-08 13:19 ` David Marchand
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).