kvargs: promote get from key as stable
[dpdk.git] / lib / kvargs / rte_kvargs.h
index eba5457..ba34b1a 100644 (file)
@@ -130,7 +130,6 @@ void rte_kvargs_free(struct rte_kvargs *kvlist);
  *   NULL if no key matches the input,
  *   a value associated with a matching key otherwise.
  */
-__rte_experimental
 const char *rte_kvargs_get(const struct rte_kvargs *kvlist, const char *key);
 
 /**