examples/ip_pipeline: add string parsing helpers
authorPiotr Azarewicz <piotrx.t.azarewicz@intel.com>
Wed, 8 Jun 2016 10:35:19 +0000 (12:35 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 8 Jun 2016 14:45:05 +0000 (16:45 +0200)
commited7a0490f7e237259ea24d059bf0b8b63e543cbc
treeada638fc00e1ba94022f202ce1d6d1ece13e575b
parentf5f3f684991c523de5e31478548374a55bf707f0
examples/ip_pipeline: add string parsing helpers

Add a couple of additional functions that will allow to parse many types
of input parameters, i.e.: bool, 16, 32, 64 bits, hex, etc.

Signed-off-by: Piotr Azarewicz <piotrx.t.azarewicz@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/ip_pipeline/Makefile
examples/ip_pipeline/config_parse.c
examples/ip_pipeline/parser.c [new file with mode: 0644]
examples/ip_pipeline/parser.h