Re: [dpdk-dev] [PATCH 0/5] kvargs: promote or remove experimental api

2021-09-25 Thread Xueming(Steven) Li
On Fri, 2021-09-24 at 17:57 +0200, Olivier Matz wrote: > 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. > > Olivier Matz (5): > kvargs: pro

[dpdk-dev] [PATCH 0/5] kvargs: promote or remove experimental api

2021-09-24 Thread Olivier Matz
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. Olivier Matz (5): kvargs: promote delimited parsing as stable kvargs: promote get from key as stab