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 3DD9BC484 for ; Wed, 17 Jun 2015 18:51:07 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 17 Jun 2015 09:51:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,633,1427785200"; d="scan'208";a="745256813" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga002.fm.intel.com with ESMTP; 17 Jun 2015 09:51:05 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.201]) by IRSMSX102.ger.corp.intel.com ([169.254.2.117]) with mapi id 14.03.0224.002; Wed, 17 Jun 2015 17:51:05 +0100 From: "Dumitrescu, Cristian" To: "Gajdzica, MaciejX T" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/6] cfgfile: config file parsing extension Thread-Index: AQHQqQ1KzDY6odNXKU2jwQssPnUxYJ2w6UhA Date: Wed, 17 Jun 2015 16:51:04 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126323806A5@IRSMSX108.ger.corp.intel.com> References: <1434552528-3576-1-git-send-email-maciejx.t.gajdzica@intel.com> In-Reply-To: <1434552528-3576-1-git-send-email-maciejx.t.gajdzica@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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 16:51:07 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Wednesday, June 17, 2015 3:49 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 0/6] cfgfile: config file parsing extension >=20 > 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 '\'. >=20 Acked-by: Cristian Dumitrescu