]> git.droids-corp.org - dpdk.git/commitdiff
log: promote rte_log_get_stream as stable
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 3 Sep 2020 23:04:53 +0000 (16:04 -0700)
committerDavid Marchand <david.marchand@redhat.com>
Wed, 16 Sep 2020 16:37:11 +0000 (18:37 +0200)
Applications will need to use this API now to get internal
state of rte_log.

Suggested-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David Marchand <david.marchand@redhat.com>
lib/librte_eal/include/rte_log.h
lib/librte_eal/rte_eal_version.map

index eaf66e4f61de21c47f8e93027f0db15d67fe31df..70f8c216c7927865cf86528acd4544a51c2f075d 100644 (file)
@@ -103,16 +103,12 @@ extern struct rte_logs rte_logs;
 int rte_openlog_stream(FILE *f);
 
 /**
- * @warning
- * @b EXPERIMENTAL: this API may change without prior notice
- *
  * Retrieve the stream used by the logging system (see rte_openlog_stream()
  * to change it).
  *
  * @return
  *   Pointer to the stream.
  */
-__rte_experimental
 FILE *rte_log_get_stream(void);
 
 /**
index 0b18e2ef85f9c690d8777737ddd4030804ef97bb..0564f2fdc7aaea80036d73c8f9ee26fdf4f10beb 100644 (file)
@@ -109,6 +109,7 @@ DPDK_21 {
        rte_log_dump;
        rte_log_get_global_level;
        rte_log_get_level;
+       rte_log_get_stream;
        rte_log_register;
        rte_log_set_global_level;
        rte_log_set_level;
@@ -330,7 +331,6 @@ EXPERIMENTAL {
        rte_rand_max;
 
        # added in 19.11
-       rte_log_get_stream;
        rte_mcfg_get_single_file_segments;
 
        # added in 20.02