From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id D58D32A07 for ; Thu, 3 Sep 2015 11:54:28 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 03 Sep 2015 02:53:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,461,1437462000"; d="scan'208";a="781809469" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga001.fm.intel.com with ESMTP; 03 Sep 2015 02:53:40 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.251]) by irsmsx105.ger.corp.intel.com ([169.254.7.51]) with mapi id 14.03.0224.002; Thu, 3 Sep 2015 10:53:38 +0100 From: "Singh, Jasvinder" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH] librte_cfgfile (rte_cfgfile.h): modify the macros values Thread-Index: AQHQ5cDSOh3YmnLfCECaG7FsLx0JbJ4qkI9A Date: Thu, 3 Sep 2015 09:53:37 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6DD38D0C@IRSMSX103.ger.corp.intel.com> References: <1441209184-4271-1-git-send-email-jasvinder.singh@intel.com> <1657204.omqYUUIsjU@xps13> In-Reply-To: <1657204.omqYUUIsjU@xps13> 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 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] 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: Thu, 03 Sep 2015 09:54:29 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, September 2, 2015 9:48 PM > To: Singh, Jasvinder > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] librte_cfgfile (rte_cfgfile.h): modify th= e > macros values >=20 > 2015-09-02 16:53, Jasvinder Singh: > > 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. > > > > Signed-off-by: Jasvinder Singh > > --- > > lib/librte_cfgfile/rte_cfgfile.h | 9 +++++++-- > > 1 file changed, 7 insertions(+), 2 deletions(-) >=20 > If the ABI is changed, the LIBABIVER number must be bumped. > The release notes must also be updated and the deprecation announce must > be removed. > Thanks Thanks, Thomas. I will submit v2 patch.=20