[dpdk-dev] [PATCH] eal: fix experimental block for 20.11

David Marchand david.marchand at redhat.com
Thu Oct 8 14:49:27 CEST 2020


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 at 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



More information about the dev mailing list