numam-dpdk/lib/librte_kvargs
Thomas Monjalon cc0579f233 kvargs: support list value
If a value contains a comma, rte_kvargs_tokenize() will split here.
In order to support list syntax [a,b] as value, an extra parsing of
the square brackets is added.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2018-10-26 22:14:06 +02:00
..
Makefile kvargs: build before EAL 2018-07-15 23:42:16 +02:00
meson.build kvargs: fix building with meson outside source tree 2018-07-26 10:14:06 +02:00
rte_kvargs_version.map kvargs: add generic string matching callback 2018-07-15 23:44:22 +02:00
rte_kvargs.c kvargs: support list value 2018-10-26 22:14:06 +02:00
rte_kvargs.h kvargs: fix processing a null list 2018-10-24 15:06:46 +02:00