> -----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 > > In rte_kvargs_process() and rte_kvargs_count(), if the key_match argument > is NULL, process all entries. > > Signed-off-by: Olivier Matz <olivier.matz at 6wind.com> > --- > lib/librte_kvargs/rte_kvargs.c | 4 ++-- lib/librte_kvargs/rte_kvargs.h | 5 > +++-- > 2 files changed, 5 insertions(+), 4 deletions(-) > Acked-by: Bruce Richardson <bruce.richardson at intel.com>
- [dpdk-dev] [PATCH 06/11] kvargs: simpler parsing an... Richardson, Bruce
- [dpdk-dev] [PATCH 06/11] kvargs: simpler parsin... Olivier MATZ
- [dpdk-dev] [PATCH 06/11] kvargs: simpler parsing an... Richardson, Bruce
- [dpdk-dev] [PATCH 07/11] kvargs: be strict when matching... Olivier Matz
- [dpdk-dev] [PATCH 07/11] kvargs: be strict when mat... Richardson, Bruce
- [dpdk-dev] [PATCH 08/11] kvargs: add const attribute in ... Olivier Matz
- [dpdk-dev] [PATCH 08/11] kvargs: add const attribut... Richardson, Bruce
- [dpdk-dev] [PATCH 09/11] kvargs: add the key in handler ... Olivier Matz
- [dpdk-dev] [PATCH 09/11] kvargs: add the key in han... Richardson, Bruce
- [dpdk-dev] [PATCH 10/11] kvargs: make the NULL key to ma... Olivier Matz
- [dpdk-dev] [PATCH 10/11] kvargs: make the NULL key ... Richardson, Bruce
- [dpdk-dev] [PATCH 11/11] kvargs: add test case in app/te... Olivier Matz
- [dpdk-dev] [PATCH 11/11] kvargs: add test case in a... Richardson, Bruce
- [dpdk-dev] [PATCH 00/11] add rte_kvargs library: a key/v... Thomas Monjalon