-----Original Message----- > Date: Thu, 22 Nov 2018 17:08:56 +0000 > From: Ferruh Yigit <ferruh.yi...@intel.com> > To: Olivier Matz <olivier.m...@6wind.com>, Thomas Monjalon > <tho...@monjalon.net> > CC: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] doc: announce kvargs API change > User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 > Thunderbird/60.3.1 > > > On 11/22/2018 1:22 PM, Olivier Matz wrote: > > On Thu, Nov 22, 2018 at 11:32:23AM +0100, Thomas Monjalon wrote: > >> After processing a kvlist in rte_kvargs_process(), > >> it may be needed to loop again over kvlist in order to know > >> whether the key is matched or not. > >> In order to simplify implementation of kvargs checks, > >> a new pointer parameter may be used to get the match count. > >> > >> The change of the function prototype would be as below: > >> > >> int > >> rte_kvargs_process(const struct rte_kvargs *kvlist, > >> const char *key_match, > >> + int *match_count, > >> arg_handler_t handler, > >> void *opaque_arg) > >> > >> Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > > > > Maybe "unsigned int" instead of "int". > > > > Apart from this, > > Acked-by: Olivier Matz <olivier.m...@6wind.com> > > > > Acked-by: Ferruh Yigit <ferruh.yi...@intel.com>
Acked-by: Jerin Jacob <jerin.ja...@caviumnetworks.com>