> -----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 09/11] kvargs: add the key in handler pameters > > This argument can be useful when rte_kvargs_process() is called with > key=NULL, in this case the handler is invoked for all entries of the kvlist. > > Signed-off-by: Olivier Matz <olivier.matz at 6wind.com> > --- > lib/librte_kvargs/rte_kvargs.c | 2 +- > lib/librte_kvargs/rte_kvargs.h | 2 +- > lib/librte_pmd_pcap/rte_eth_pcap.c | 10 +++++----- > 3 files changed, 7 insertions(+), 7 deletions(-)
Acked-by: Bruce Richardson <bruce.richardson at intel.com>