Re: [dpdk-dev] [PATCH 4/5] kvargs: remove experimental function to compare string

2021-09-26 Thread Olivier Matz
On Fri, Sep 24, 2021 at 05:57:39PM +0200, Olivier Matz wrote: > The function was designed to be used as a handler for > rte_kvargs_process() to compare the value string in a kvlist. For > readability, its usages in DPDK have been replaced by > rte_kvargs_get_with_value() in previous commit. > > Re

[dpdk-dev] [PATCH 4/5] kvargs: remove experimental function to compare string

2021-09-24 Thread Olivier Matz
The function was designed to be used as a handler for rte_kvargs_process() to compare the value string in a kvlist. For readability, its usages in DPDK have been replaced by rte_kvargs_get_with_value() in previous commit. Remove this function, as it is not used anymore. Signed-off-by: Olivier Mat