[PATCH v2 05/14] eal: make rte_service_lcore_may_be_active stable
Stephen Hemminger
stephen at networkplumber.org
Fri Oct 20 23:41:10 CEST 2023
This API was added in 2020.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
Acked-by: Harry van Haaren <harry.van.haaren at intel.com>
---
lib/eal/include/rte_service.h | 1 -
lib/eal/version.map | 2 +-
2 files changed, 1 insertion(+), 2 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 edeb7ff518e2..89feb98fea7c 100644
--- a/lib/eal/version.map
+++ b/lib/eal/version.map
@@ -249,6 +249,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;
@@ -366,7 +367,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;
--
2.39.2
More information about the dev
mailing list