From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 802D2C476 for ; Wed, 17 Jun 2015 16:52:23 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 17 Jun 2015 07:52:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,633,1427785200"; d="scan'208";a="748386262" Received: from unknown (HELO stargo) ([10.217.248.233]) by orsmga002.jf.intel.com with SMTP; 17 Jun 2015 07:52:20 -0700 Received: by stargo (sSMTP sendmail emulation); Wed, 17 Jun 2015 16:48:50 +0200 From: Maciej Gajdzica To: dev@dpdk.org Date: Wed, 17 Jun 2015 16:48:42 +0200 Message-Id: <1434552528-3576-1-git-send-email-maciejx.t.gajdzica@intel.com> X-Mailer: git-send-email 1.9.1 Subject: [dpdk-dev] [PATCH v2 0/6] cfgfile: config file parsing extension X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2015 14:52:24 -0000 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