[dpdk-dev] [PATCH 00/11] add rte_kvargs library: a key/value args parser

2014-02-04 Thread Thomas Monjalon
28/01/2014 17:06, Olivier Matz: > The topic of this patchset is to add a new rte_kvargs library that > can be used as a helper to parse key/value arguments. The code will > be based on rte_eth_pcap_arg_parser and reworked with documentation > and tests. It also fix some minor issues of the original

[dpdk-dev] [PATCH 00/11] add rte_kvargs library: a key/value args parser

2014-01-28 Thread Olivier Matz
The topic of this patchset is to add a new rte_kvargs library that can be used as a helper to parse key/value arguments. The code will be based on rte_eth_pcap_arg_parser and reworked with documentation and tests. It also fix some minor issues of the original code. These commits will allow another