[dpdk-dev] [PATCH v2 6/6] cfgfile: added new implementation of section parsing

2015-06-18 Thread Thomas Monjalon
2015-06-17 16:48, Maciej Gajdzica: > + char *start = _skip_spaceses(str); Why not use a function with "char *" parameter instead of a macro?

[dpdk-dev] [PATCH v2 6/6] cfgfile: added new implementation of section parsing

2015-06-18 Thread Gajdzica, MaciejX T
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, June 18, 2015 2:37 PM > To: Wodkowski, PawelX > Cc: dev at dpdk.org; Gajdzica, MaciejX T > Subject: Re: [dpdk-dev] [PATCH v2 6/6] cfgfile: added new implementation of

[dpdk-dev] [PATCH v2 6/6] cfgfile: added new implementation of section parsing

2015-06-17 Thread Maciej Gajdzica
From: Pawel Wodkowski New implementation of section parsing changes the way section allocation is made. It protects against multiple sections with the same name and multiple entries in section with the same name. It also drop constraint on value length limited to 64 bytes. Now its size is unlimit