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 <olivier.matz@6wind.com>
Reviewed-by: Xueming Li <xuemingl@nvidia.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
* - 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);
rte_kvargs_count;
rte_kvargs_free;
rte_kvargs_parse;
+ rte_kvargs_parse_delim;
rte_kvargs_process;
local: *;
EXPERIMENTAL {
global:
- rte_kvargs_parse_delim;
rte_kvargs_strcmp;
# added in 21.05