From: Ivan Malov <ivan.malov@oktetlabs.ru>
To: dev@dpdk.org
Cc: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>,
Ray Kinsella <mdr@ashroe.eu>
Subject: [dpdk-dev] [PATCH] eal: promote register type and pick level API as stable
Date: Tue, 31 Aug 2021 21:14:35 +0300 [thread overview]
Message-ID: <20210831181435.3440-1-ivan.malov@oktetlabs.ru> (raw)
This one might be quite mature to be attested as stable.
Signed-off-by: Ivan Malov <ivan.malov@oktetlabs.ru>
Reviewed-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
---
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 b706bb8710..44bf21bcb1 100644
--- a/lib/eal/include/rte_log.h
+++ b/lib/eal/include/rte_log.h
@@ -219,9 +219,6 @@ int rte_log_cur_msg_logtype(void);
int rte_log_register(const char *name);
/**
- * @warning
- * @b EXPERIMENTAL: this API may change without prior notice
- *
* Register a dynamic log type and try to pick its level from EAL options
*
* rte_log_register() is called inside. If successful, the function tries
@@ -237,7 +234,6 @@ int rte_log_register(const char *name);
* - >=0: the newly registered log type
* - <0: rte_log_register() error value
*/
-__rte_experimental
int rte_log_register_type_and_pick_level(const char *name, uint32_t level_def);
/**
diff --git a/lib/eal/version.map b/lib/eal/version.map
index beeb986adc..e4c11d8fa3 100644
--- a/lib/eal/version.map
+++ b/lib/eal/version.map
@@ -110,6 +110,7 @@ DPDK_22 {
rte_log_get_level;
rte_log_get_stream;
rte_log_register;
+ rte_log_register_type_and_pick_level;
rte_log_set_global_level;
rte_log_set_level;
rte_log_set_level_pattern;
@@ -251,7 +252,6 @@ EXPERIMENTAL {
rte_fbarray_is_used;
rte_fbarray_set_free;
rte_fbarray_set_used;
- rte_log_register_type_and_pick_level;
rte_malloc_dump_heaps;
rte_mem_alloc_validator_register;
rte_mem_alloc_validator_unregister;
--
2.20.1
next reply other threads:[~2021-08-31 18:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-31 18:14 Ivan Malov [this message]
2021-08-31 18:30 ` Kinsella, Ray
2021-10-02 8:29 ` 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=20210831181435.3440-1-ivan.malov@oktetlabs.ru \
--to=ivan.malov@oktetlabs.ru \
--cc=andrew.rybchenko@oktetlabs.ru \
--cc=dev@dpdk.org \
--cc=mdr@ashroe.eu \
/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).