[dpdk-dev] [PATCH 4/5] kvargs: remove experimental function to compare string
Olivier Matz
olivier.matz at 6wind.com
Sun Sep 26 18:30:50 CEST 2021
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.
>
> Remove this function, as it is not used anymore.
>
> Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>
Self-nack, I forgot to remove the rte_kvargs_strcmp entry
from version.map.
Will send a v2.
More information about the dev
mailing list