]> git.droids-corp.org - dpdk.git/blobdiff - lib/eal/include/rte_log.h
examples/l3fwd: merge l3fwd-acl example
[dpdk.git] / lib / eal / include / rte_log.h
index b706bb8710c6175e56ed6d63491d1e506bac3635..319e4044a5c8d994072be30b43d128a7a2937c37 100644 (file)
@@ -21,7 +21,6 @@ extern "C" {
 #include <stdio.h>
 #include <stdarg.h>
 #include <stdbool.h>
-#include <sys/queue.h>
 
 #include <rte_common.h>
 #include <rte_config.h>
@@ -219,9 +218,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 +233,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);
 
 /**