From: Olivier Matz Date: Wed, 29 Sep 2021 21:39:39 +0000 (+0200) Subject: kvargs: promote delimited parsing as stable X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=4f5520d910bdaa20b7d0104a098182a0a0ef2783;p=dpdk.git kvargs: promote delimited parsing as stable This function is used by EAL to parse key/value strings separated with specified delimiters. It was introduced in 2018 by commit 5d6af85ab00c ("kvargs: introduce a more flexible parsing function"), and can be promoted as stable. Signed-off-by: Olivier Matz Reviewed-by: Xueming Li Reviewed-by: David Marchand Acked-by: Ray Kinsella --- diff --git a/lib/kvargs/rte_kvargs.h b/lib/kvargs/rte_kvargs.h index 12a8f90435..c30891c668 100644 --- a/lib/kvargs/rte_kvargs.h +++ b/lib/kvargs/rte_kvargs.h @@ -98,7 +98,6 @@ struct rte_kvargs *rte_kvargs_parse(const char *args, * - A pointer to an allocated rte_kvargs structure on success * - NULL on error */ -__rte_experimental struct rte_kvargs *rte_kvargs_parse_delim(const char *args, const char *const valid_keys[], const char *valid_ends); diff --git a/lib/kvargs/version.map b/lib/kvargs/version.map index a07166b4d2..75b13fcb78 100644 --- a/lib/kvargs/version.map +++ b/lib/kvargs/version.map @@ -4,6 +4,7 @@ DPDK_22 { rte_kvargs_count; rte_kvargs_free; rte_kvargs_parse; + rte_kvargs_parse_delim; rte_kvargs_process; local: *; @@ -12,7 +13,6 @@ DPDK_22 { EXPERIMENTAL { global: - rte_kvargs_parse_delim; rte_kvargs_strcmp; # added in 21.05