This call was added in 21.05 so time to make it stable.

Signed-off-by: Stephen Hemminger <step...@networkplumber.org>
---
 lib/eal/include/rte_log.h | 4 ----
 lib/eal/version.map       | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/lib/eal/include/rte_log.h b/lib/eal/include/rte_log.h
index 25ce42cdfc4d..bba5da3d85dc 100644
--- a/lib/eal/include/rte_log.h
+++ b/lib/eal/include/rte_log.h
@@ -235,9 +235,6 @@ int rte_log_register(const char *name);
 int rte_log_register_type_and_pick_level(const char *name, uint32_t level_def);
 
 /**
- * @warning
- * @b EXPERIMENTAL: this API may change without prior notice
- *
  * Dump name of each logtype, one per line.
  *
  * @param out
@@ -245,7 +242,6 @@ int rte_log_register_type_and_pick_level(const char *name, 
uint32_t level_def);
  * @param prefix
  *   String preceding each logtype in the output.
  */
-__rte_experimental
 void rte_log_list_types(FILE *out, const char *prefix);
 
 /**
diff --git a/lib/eal/version.map b/lib/eal/version.map
index 3455388cc8c8..7ad12a7dc985 100644
--- a/lib/eal/version.map
+++ b/lib/eal/version.map
@@ -148,6 +148,7 @@ DPDK_23 {
        rte_log_get_global_level;
        rte_log_get_level;
        rte_log_get_stream;
+       rte_log_list_types;
        rte_log_register;
        rte_log_register_type_and_pick_level;
        rte_log_set_global_level;
@@ -400,7 +401,6 @@ EXPERIMENTAL {
        # added in 21.05
        rte_devargs_reset;
        rte_intr_callback_unregister_sync;
-       rte_log_list_types;
        rte_thread_key_create;
        rte_thread_key_delete;
        rte_thread_value_get;
-- 
2.35.1

Reply via email to