Re: [dpdk-dev] [PATCH] doc: announce kvargs API change

2018-11-23 Thread Maxime Coquelin
On 11/21/18 4:45 PM, Thomas Monjalon wrote: In some usages, kvlist is processed one time in rte_kvargs_process(), and it is processed a second time if need to check whether it was matched. In order to simplify implementation of kvargs checks, a new callback may be used for "no match" cases. T

[dpdk-dev] [PATCH] doc: announce kvargs API change

2018-11-21 Thread Thomas Monjalon
In some usages, kvlist is processed one time in rte_kvargs_process(), and it is processed a second time if need to check whether it was matched. In order to simplify implementation of kvargs checks, a new callback may be used for "no match" cases. The change of the function prototype would be as b