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

2016-02-23 Thread Dumitrescu, Cristian
> -Original Message- > From: Rich Lane [mailto:rich.lane at bigswitch.com] > Sent: Monday, February 22, 2016 8:31 PM > To: dev at dpdk.org > Cc: Dumitrescu, Cristian ; Panu Matilainen > > Subject: [PATCH v5] cfgfile: support looking up sections by index > > This is useful when sections

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

2016-02-22 Thread Rich Lane
This is useful when sections have duplicate names. Signed-off-by: Rich Lane --- v4->v5: - Reordered sectionname argument. v3->v4: - Added section name return value. - Updated API docs for other functions. v2->v3 - Added check for index < 0. v1->v2: - Added new symbol to version script. lib/libr