[PATCH 06/15] eal: make rte_service_lcore_may_be_active stable
Stephen Hemminger
stephen at networkplumber.org
Wed Aug 9 18:42:58 CEST 2023
This API was added in 2020.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
lib/eal/include/rte_service.h | 1 -
lib/eal/version.map | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/lib/eal/include/rte_service.h b/lib/eal/include/rte_service.h
index a77f33be488c..da5e246f7abf 100644
--- a/lib/eal/include/rte_service.h
+++ b/lib/eal/include/rte_service.h
@@ -275,7 +275,6 @@ int32_t rte_service_lcore_stop(uint32_t lcore_id);
* @retval 1 Service thread is in the service core polling loop.
* @retval -EINVAL Invalid *lcore_id* provided.
*/
-__rte_experimental
int32_t rte_service_lcore_may_be_active(uint32_t lcore_id);
/**
diff --git a/lib/eal/version.map b/lib/eal/version.map
index e6d2fda95770..2e50d6857d26 100644
--- a/lib/eal/version.map
+++ b/lib/eal/version.map
@@ -58,6 +58,7 @@ DPDK_24 {
rte_devargs_parsef;
rte_devargs_remove;
rte_devargs_type_count;
+ rte_drand;
rte_driver_name;
rte_dump_physmem_layout;
rte_dump_stack;
@@ -265,6 +266,7 @@ DPDK_24 {
rte_service_lcore_count_services;
rte_service_lcore_del;
rte_service_lcore_list;
+ rte_service_lcore_may_be_active;
rte_service_lcore_reset_all;
rte_service_lcore_start;
rte_service_lcore_stop;
@@ -371,7 +373,6 @@ EXPERIMENTAL {
# added in 20.11
__rte_eal_trace_generic_size_t; # WINDOWS_NO_EXPORT
rte_cpu_get_intrinsics_support; # WINDOWS_NO_EXPORT
- rte_service_lcore_may_be_active;
rte_vect_get_max_simd_bitwidth;
rte_vect_set_max_simd_bitwidth;
@@ -400,7 +401,6 @@ EXPERIMENTAL {
rte_intr_type_set;
# added in 22.07
- rte_drand;
rte_thread_get_affinity_by_id;
rte_thread_get_priority;
rte_thread_self;
--
2.39.2
More information about the dev
mailing list