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 8B733DE4 for ; Thu, 16 Jul 2015 14:32:47 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 16 Jul 2015 05:32:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,488,1432623600"; d="scan'208";a="763761783" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga002.fm.intel.com with ESMTP; 16 Jul 2015 05:32:26 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.39]) by IRSMSX109.ger.corp.intel.com ([169.254.13.200]) with mapi id 14.03.0224.002; Thu, 16 Jul 2015 13:28:13 +0100 From: "Mrzyglod, DanielX T" To: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: announce ABI change for librte_cfgfile Thread-Index: AQHQv7u7EwXOzeVsVkWdIvGAEkvJj53eBfVQ Date: Thu, 16 Jul 2015 12:28:12 +0000 Message-ID: <7ADD74816B4C8A45B56203CBA65FE5A61D910150@IRSMSX107.ger.corp.intel.com> References: <1437046590-28251-1-git-send-email-cristian.dumitrescu@intel.com> In-Reply-To: <1437046590-28251-1-git-send-email-cristian.dumitrescu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: announce ABI change for librte_cfgfile 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: Thu, 16 Jul 2015 12:32:48 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Cristian Dumitrescu > Sent: Thursday, July 16, 2015 1:37 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: announce ABI change for librte_cfgfile >=20 >=20 > Signed-off-by: Cristian Dumitrescu > --- > doc/guides/rel_notes/abi.rst | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) >=20 > diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst > index 126f73e..942f3ea 100644 > --- a/doc/guides/rel_notes/abi.rst > +++ b/doc/guides/rel_notes/abi.rst > @@ -29,3 +29,8 @@ Deprecation Notices > and several ``PKT_RX_`` flags will be removed, to support unified pack= et type > from release 2.1. Those changes may be enabled in the upcoming release= 2.1 > with CONFIG_RTE_NEXT_ABI. > + > +* librte_cfgfile (rte_cfgfile.h): In order to allow for longer names and= values, > + the value of macros CFG_NAME_LEN and CFG_NAME_VAL will be increased. > Most > + likely, the new values will be 64 and 256, respectively. > + > -- > 1.7.4.1 Acked-by: Daniel Mrzyglod =20