[dpdk-dev] [PATCH 10/11] kvargs: make the NULL key to match all entries

2014-01-30 Thread Richardson, Bruce
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Olivier Matz > Sent: Tuesday, January 28, 2014 4:07 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 10/11] kvargs: make the NULL key to match all > entries > &g

[dpdk-dev] [PATCH 10/11] kvargs: make the NULL key to match all entries

2014-01-28 Thread Olivier Matz
In rte_kvargs_process() and rte_kvargs_count(), if the key_match argument is NULL, process all entries. Signed-off-by: Olivier Matz --- lib/librte_kvargs/rte_kvargs.c | 4 ++-- lib/librte_kvargs/rte_kvargs.h | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git