* [dpdk-dev] [PATCH] eal: promote register type and pick level API as stable
@ 2021-08-31 18:14 Ivan Malov
2021-08-31 18:30 ` Kinsella, Ray
0 siblings, 1 reply; 3+ messages in thread
From: Ivan Malov @ 2021-08-31 18:14 UTC (permalink / raw)
To: dev; +Cc: Andrew Rybchenko, Ray Kinsella
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] eal: promote register type and pick level API as stable
2021-08-31 18:14 [dpdk-dev] [PATCH] eal: promote register type and pick level API as stable Ivan Malov
@ 2021-08-31 18:30 ` Kinsella, Ray
2021-10-02 8:29 ` David Marchand
0 siblings, 1 reply; 3+ messages in thread
From: Kinsella, Ray @ 2021-08-31 18:30 UTC (permalink / raw)
To: Ivan Malov, dev; +Cc: Andrew Rybchenko
On 31/08/2021 19:14, Ivan Malov wrote:
> 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>
> ---
Acked-by: Ray Kinsella <mdr@ashroe.eu>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] eal: promote register type and pick level API as stable
2021-08-31 18:30 ` Kinsella, Ray
@ 2021-10-02 8:29 ` David Marchand
0 siblings, 0 replies; 3+ messages in thread
From: David Marchand @ 2021-10-02 8:29 UTC (permalink / raw)
To: Ivan Malov; +Cc: dev, Kinsella, Ray, Andrew Rybchenko
On Tue, Aug 31, 2021 at 8:31 PM Kinsella, Ray <mdr@ashroe.eu> wrote:
> On 31/08/2021 19:14, Ivan Malov wrote:
> > 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>
> > ---
>
> Acked-by: Ray Kinsella <mdr@ashroe.eu>
>
Applied, thanks.
--
David Marchand
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-10-02 8:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-31 18:14 [dpdk-dev] [PATCH] eal: promote register type and pick level API as stable Ivan Malov
2021-08-31 18:30 ` Kinsella, Ray
2021-10-02 8:29 ` David Marchand
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).