[dpdk-dev] [PATCH v2 4/5] kvargs: remove experimental function to compare string
Olivier Matz
olivier.matz at 6wind.com
Thu Sep 30 16:00:26 CEST 2021
On Wed, Sep 29, 2021 at 11:39:42PM +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>
> Reviewed-by: Xueming Li <xuemingl at nvidia.com>
Maybe a quick note could be added in the release note. Something like
this:
* kvargs: The experimental function ``rte_kvargs_strcmp()`` has been
removed. Its usages have been replaced by a new function
``rte_kvargs_get_with_value()``.
David, do you want me to send a v3 with this note?
Thanks,
Olivier
More information about the dev
mailing list