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 CF2FF58C3 for ; Mon, 1 Jun 2015 10:34:32 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 01 Jun 2015 01:34:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,531,1427785200"; d="scan'208";a="718570924" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga001.fm.intel.com with ESMTP; 01 Jun 2015 01:34:31 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.59]) by irsmsx105.ger.corp.intel.com ([169.254.7.73]) with mapi id 14.03.0224.002; Mon, 1 Jun 2015 09:34:30 +0100 From: "Dumitrescu, Cristian" To: "Gajdzica, MaciejX T" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/3] librte_cfgfile rework and extension Thread-Index: AQHQmiR6qhzIhT+O8Emb4vcDiVBuLZ2XVwqw Date: Mon, 1 Jun 2015 08:34:30 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891263236FCEB@IRSMSX108.ger.corp.intel.com> References: <1432913219-11589-1-git-send-email-maciejx.t.gajdzica@intel.com> In-Reply-To: <1432913219-11589-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 0/3] librte_cfgfile rework and 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: Mon, 01 Jun 2015 08:34:33 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Friday, May 29, 2015 4:27 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/3] librte_cfgfile rework and extension >=20 > From: Pawel Wodkowski >=20 > This patchset provide extension to librte_cfgfile to overcome limit of 64 > characters for entry value and add line continue feature. >=20 > Pawel Wodkowski (3): > librte_cfgfile: fix code formating in header file > librte_compat: fix macro deffinition > librte_cfgfile: rework >=20 > lib/librte_cfgfile/Makefile | 2 +- > lib/librte_cfgfile/rte_cfgfile.c | 792 ++++++++++++++++++++++-= ------ > lib/librte_cfgfile/rte_cfgfile.h | 52 +- > lib/librte_cfgfile/rte_cfgfile_version.map | 8 + > lib/librte_compat/rte_compat.h | 2 +- > 5 files changed, 649 insertions(+), 207 deletions(-) >=20 > -- > 1.9.1 Acked-by: Cristian Dumitrescu