kvargs: remove experimental function to compare string
authorOlivier Matz <olivier.matz@6wind.com>
Fri, 24 Sep 2021 12:12:39 +0000 (14:12 +0200)
committerOlivier Matz <olivier.matz@6wind.com>
Fri, 24 Sep 2021 12:59:39 +0000 (14:59 +0200)
commit2048d64158631593bac7af4fbfab386920b95853
tree50a6ec0b88b47c62edd34d9262de35aad79649c0
parent18a101f31bb2fd5e831be010e6435a7c8ddc5e2f
kvargs: remove experimental function to compare string

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@6wind.com>
lib/kvargs/rte_kvargs.c
lib/kvargs/rte_kvargs.h