[dpdk-dev] [PATCH v10 04/27] kvargs: introduce a more flexible parsing function
Thomas Monjalon
thomas at monjalon.net
Fri Jul 6 00:00:11 CEST 2018
05/07/2018 13:48, Gaetan Rivet:
> This function permits defining additional terminating characters,
> ending the parsing to arbitrary delimiters.
[...]
> +__rte_experimental
> +struct rte_kvargs *rte_kvargs_parse2(const char *args,
> + const char *const valid_keys[],
> + const char *valid_ends);
The name is not ideal but I don't have a better idea.
Acked-by: Thomas Monjalon <thomas at monjalon.net>
More information about the dev
mailing list