>-----Original Message----- >From: Kinsella, Ray <[email protected]> >Sent: Thursday, April 1, 2021 5:06 PM >To: Xueming(Steven) Li <[email protected]>; NBU-Contact-Thomas Monjalon ><[email protected]>; Gaetan Rivet ><[email protected]> >Cc: [email protected]; Asaf Penso <[email protected]>; Olivier Matz ><[email protected]>; Neil Horman ><[email protected]> >Subject: Re: [PATCH v3 3/5] kvargs: add get by key function > > > >On 30/03/2021 13:15, Xueming Li wrote: >> Adds a new function to get value of a specific key from kvargs list. >> >> Signed-off-by: Xueming Li <[email protected]> >> --- >> lib/librte_kvargs/rte_kvargs.c | 20 ++++++++++++++++++++ >> lib/librte_kvargs/rte_kvargs.h | 21 +++++++++++++++++++++ >> lib/librte_kvargs/version.map | 1 + >> 3 files changed, 42 insertions(+) >> > >[SNIP] > >> diff --git a/lib/librte_kvargs/version.map >> b/lib/librte_kvargs/version.map index ed375bf4a3..e2bf792c60 100644 >> --- a/lib/librte_kvargs/version.map >> +++ b/lib/librte_kvargs/version.map >> @@ -12,6 +12,7 @@ DPDK_21 { >> EXPERIMENTAL { >> global: >> >Please separate rte_kvargs_get from the other symbols. >And add #21.05 in front, so we know when the symbol got added.
Good point, thanks > >> + rte_kvargs_get; >> rte_kvargs_parse_delim; >> rte_kvargs_strcmp; >> >>

