]> git.droids-corp.org - dpdk.git/blobdiff - lib/eal/include/rte_log.h
eal: emit warning for unused trylock return value
[dpdk.git] / lib / eal / include / rte_log.h
index bb3523467bcf732d8603a0cc7c21b078ea5dae1a..319e4044a5c8d994072be30b43d128a7a2937c37 100644 (file)
@@ -218,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
@@ -236,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);
 
 /**