Re: [dpdk-dev] [PATCH v6 12/22] kvargs: add generic string matching callback

2018-04-13 Thread Gaƫtan Rivet
On Fri, Apr 13, 2018 at 08:19:16PM +0530, Shreyansh Jain wrote: > On Friday 13 April 2018 06:52 PM, Gaetan Rivet wrote: > > This function can be used as a callback to > > rte_kvargs_process. > > > > This should reduce code duplication. > > > > Signed-off-by: Gaetan Rivet > > --- > > lib/Makefi

Re: [dpdk-dev] [PATCH v6 12/22] kvargs: add generic string matching callback

2018-04-13 Thread Shreyansh Jain
On Friday 13 April 2018 06:52 PM, Gaetan Rivet wrote: This function can be used as a callback to rte_kvargs_process. This should reduce code duplication. Signed-off-by: Gaetan Rivet --- lib/Makefile | 1 + lib/librte_kvargs/rte_kvargs.c | 10 ++

[dpdk-dev] [PATCH v6 12/22] kvargs: add generic string matching callback

2018-04-13 Thread Gaetan Rivet
This function can be used as a callback to rte_kvargs_process. This should reduce code duplication. Signed-off-by: Gaetan Rivet --- lib/Makefile | 1 + lib/librte_kvargs/rte_kvargs.c | 10 ++ lib/librte_kvargs/rte_kvargs.h | 28 ++