cfgfile: rework to flat arrays
authorJacek Piasecki <jacekx.piasecki@intel.com>
Fri, 22 Sep 2017 09:44:47 +0000 (11:44 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 8 Oct 2017 22:45:11 +0000 (00:45 +0200)
commitb82a987ffc950671ec4a6b8476e8d5f4a0f86f1a
tree26a3592ce6072da51a4610136db0fbbbcfc191e9
parent250fef469ef46e4d9c1e8855b9010e081b164eb9
cfgfile: rework to flat arrays

Change to flat arrays in cfgfile struct force slightly
different data access for most of cfgfile functions.
This patch provides necessary changes in existing API.

Signed-off-by: Jacek Piasecki <jacekx.piasecki@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_cfgfile/rte_cfgfile.c