From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 288735955 for ; Mon, 7 Sep 2015 13:23:27 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 07 Sep 2015 04:23:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,484,1437462000"; d="scan'208";a="556903417" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by FMSMGA003.fm.intel.com with ESMTP; 07 Sep 2015 04:23:25 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX108.ger.corp.intel.com (163.33.3.3) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 7 Sep 2015 12:23:24 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.12]) by irsmsx155.ger.corp.intel.com ([169.254.14.184]) with mapi id 14.03.0224.002; Mon, 7 Sep 2015 12:23:24 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3] librte_cfgfile(rte_cfgfile.h): modify the macros values Thread-Index: AQHQ5wC/J2zqKkP5zEygRDUHARCMLp4w8PgQ Date: Mon, 7 Sep 2015 11:23:24 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126478B81E5@IRSMSX108.ger.corp.intel.com> References: <1441289888-7035-1-git-send-email-jasvinder.singh@intel.com> <1441364325-4965-1-git-send-email-jasvinder.singh@intel.com> In-Reply-To: <1441364325-4965-1-git-send-email-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] librte_cfgfile(rte_cfgfile.h): modify the macros values 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, 07 Sep 2015 11:23:27 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jasvinder Singh > Sent: Friday, September 4, 2015 1:59 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3] librte_cfgfile(rte_cfgfile.h): modify the > macros values >=20 > This patch refers to the ABI change proposed for librte_cfgfile > (rte_cfgfile.h). In order to allow for longer names and values, > the new values of macros CFG_NAME_LEN and CFG_NAME_VAL are set. >=20 > Signed-off-by: Jasvinder Singh > --- Acked-by: Cristian Dumitrescu