[dpdk-dev] [PATCH v2 0/5] kvargs: promote or remove experimental api
Olivier Matz
olivier.matz at 6wind.com
Wed Sep 29 23:39:38 CEST 2021
This patchset promotes 2 functions rte_kvargs_parse_delim() and
rte_kvargs_get() as stable.
It also replaces rte_kvargs_strcmp() by a new one
rte_kvargs_get_with_value(), which is easier to use.
v2
* remove rte_kvargs_strcmp from version.map
Olivier Matz (5):
kvargs: promote delimited parsing as stable
kvargs: promote get from key as stable
kvargs: new function to get from key and value
kvargs: remove experimental function to compare string
kvargs: fix comments style
drivers/bus/auxiliary/auxiliary_params.c | 9 ++--
drivers/bus/vdev/vdev_params.c | 13 +-----
lib/kvargs/rte_kvargs.c | 32 +++++++------
lib/kvargs/rte_kvargs.h | 59 ++++++++++++------------
lib/kvargs/version.map | 9 ++--
5 files changed, 57 insertions(+), 65 deletions(-)
--
2.30.2
More information about the dev
mailing list