On Thu, Sep 30, 2021 at 4:00 PM Olivier Matz <olivier.m...@6wind.com> wrote: > > 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.m...@6wind.com> > > Reviewed-by: Xueming Li <xuemi...@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?
Yes, a RN update for API changes is a good practice :-). No need to send v3, I'll add it and merge the series (soon). Thanks Olivier. -- David Marchand