[dpdk-dev] [PATCH] cfgfile: support looking up sections by index

2016-01-18 Thread Panu Matilainen
On 01/17/2016 05:58 AM, Rich Lane wrote: > This is useful when sections have duplicate names. > > Signed-off-by: Rich Lane > --- > lib/librte_cfgfile/rte_cfgfile.c | 16 > lib/librte_cfgfile/rte_cfgfile.h | 23 +++ > 2 files changed, 39 insertions(+) > Thi

[dpdk-dev] [PATCH] cfgfile: support looking up sections by index

2016-01-16 Thread Rich Lane
This is useful when sections have duplicate names. Signed-off-by: Rich Lane --- lib/librte_cfgfile/rte_cfgfile.c | 16 lib/librte_cfgfile/rte_cfgfile.h | 23 +++ 2 files changed, 39 insertions(+) diff --git a/lib/librte_cfgfile/rte_cfgfile.c b/lib/librte_cfg