From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [PATCH 2/3] eal: make rte_log_list_types not experimental
Date: Mon, 17 Oct 2022 18:57:19 -0700 [thread overview]
Message-ID: <20221018015720.411702-3-stephen@networkplumber.org> (raw)
In-Reply-To: <20221018015720.411702-1-stephen@networkplumber.org>
This call was added in 21.05 so time to make it stable.
Signed-off-by: Stephen Hemminger <stephen@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
next prev parent reply other threads:[~2022-10-18 1:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-18 1:57 [PATCH 0/3] remove more experimental tags Stephen Hemminger
2022-10-18 1:57 ` [PATCH 1/3] eal: remove experimental from rte_epoll_wait_interruptible Stephen Hemminger
2022-10-18 1:57 ` Stephen Hemminger [this message]
2022-10-18 1:57 ` [PATCH 3/3] rwlock: make trylock operations no longer experimental Stephen Hemminger
2022-10-18 14:15 ` [PATCH 0/3] remove more experimental tags David Marchand
2022-10-27 11:16 ` David Marchand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221018015720.411702-3-stephen@networkplumber.org \
--to=stephen@networkplumber.org \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).