cfgfile: library to interpret config files
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Wed, 4 Jun 2014 18:08:36 +0000 (19:08 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Jun 2014 01:34:11 +0000 (03:34 +0200)
commiteaafbad419bf224fe656f5edeb99f5ca33199835
tree17d23d653d22a2a0c6554b60e7fff71e2d0a3108
parentb3688bee81a88ffcd569c598444b20dc3111adb3
cfgfile: library to interpret config files

This library provides a tool to interpret config files that have
standard structure.

It is used by the Packet Framework examples/ip_pipeline sample application.

It originates from examples/qos_sched sample application and now it makes
this code available as a library for other sample applications to use.
The code duplication with qos_sched sample app to be addressed later.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Acked-by: Pablo de Lara Guarch <pablo.de.lara.guarch@intel.com>
Acked by: Ivan Boule <ivan.boule@6wind.com>
config/common_bsdapp
config/common_linuxapp
lib/Makefile
lib/librte_cfgfile/Makefile [new file with mode: 0644]
lib/librte_cfgfile/rte_cfgfile.c [new file with mode: 0644]
lib/librte_cfgfile/rte_cfgfile.h [new file with mode: 0644]
mk/rte.app.mk