DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2 0/6] cfgfile: config file parsing extension
@ 2015-06-17 14:48 Maciej Gajdzica
  2015-06-17 14:48 ` [dpdk-dev] [PATCH v2 1/6] librte_cfgfile: fix code formating in header file Maciej Gajdzica
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Maciej Gajdzica @ 2015-06-17 14:48 UTC (permalink / raw)
  To: dev

Added new implementation of section parsing in config file. Refactored
existing code by spliting it to smaller functions. Changed section
allocation scheme and added new features  - variable length entry value
and line continue character '\'.

Pawel Wodkowski (6):
  librte_cfgfile: fix code formating in header file
  librte_compat: fix macro definition
  cfgfile: split rte_cfgfile_load to smaller functions
  cfgfile: added line continue character '\' to make multiline values  
      possible
  cfgfile: fixed calling free for each section in rte_cfgfile_close
  cfgfile: added new implementation of section parsing

 lib/librte_cfgfile/Makefile                |    2 +-
 lib/librte_cfgfile/rte_cfgfile.c           |  793 +++++++++++++++++++++-------
 lib/librte_cfgfile/rte_cfgfile.h           |   52 +-
 lib/librte_cfgfile/rte_cfgfile_version.map |    8 +
 lib/librte_compat/rte_compat.h             |    8 +-
 5 files changed, 653 insertions(+), 210 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-06-22 14:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-17 14:48 [dpdk-dev] [PATCH v2 0/6] cfgfile: config file parsing extension Maciej Gajdzica
2015-06-17 14:48 ` [dpdk-dev] [PATCH v2 1/6] librte_cfgfile: fix code formating in header file Maciej Gajdzica
2015-06-17 14:48 ` [dpdk-dev] [PATCH v2 2/6] librte_compat: fix macro definition Maciej Gajdzica
2015-06-17 14:48 ` [dpdk-dev] [PATCH v2 3/6] cfgfile: split rte_cfgfile_load to smaller functions Maciej Gajdzica
2015-06-17 14:48 ` [dpdk-dev] [PATCH v2 4/6] cfgfile: added line continue character '\' to make multiline values possible Maciej Gajdzica
2015-06-17 14:48 ` [dpdk-dev] [PATCH v2 5/6] cfgfile: fixed calling free for each section in rte_cfgfile_close Maciej Gajdzica
2015-06-18 12:29   ` Thomas Monjalon
2015-06-18 13:08     ` Gajdzica, MaciejX T
2015-06-17 14:48 ` [dpdk-dev] [PATCH v2 6/6] cfgfile: added new implementation of section parsing Maciej Gajdzica
2015-06-18 12:37   ` Thomas Monjalon
2015-06-18 13:09     ` Gajdzica, MaciejX T
2015-06-17 16:51 ` [dpdk-dev] [PATCH v2 0/6] cfgfile: config file parsing extension Dumitrescu, Cristian
2015-06-18 12:44 ` Thomas Monjalon
2015-06-22 14:58 ` Gajdzica, MaciejX T

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).