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 2B80D58D4 for ; Thu, 3 Sep 2015 17:47:25 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 03 Sep 2015 08:47:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,462,1437462000"; d="scan'208";a="637895512" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga003.jf.intel.com with ESMTP; 03 Sep 2015 08:47:00 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.251]) by IRSMSX101.ger.corp.intel.com ([163.33.3.153]) with mapi id 14.03.0224.002; Thu, 3 Sep 2015 16:46:59 +0100 From: "Mcnamara, John" To: Thomas Monjalon , "Singh, Jasvinder" Thread-Topic: [dpdk-dev] [PATCH v2] librte_cfgfile (rte_cfgfile.h): modify the macros values Thread-Index: AQHQ5lW6YUDOc6cxt0yvTHAZuHm1Wp4q8lkQ Date: Thu, 3 Sep 2015 15:46:59 +0000 Message-ID: References: <1441289108-4501-1-git-send-email-jasvinder.singh@intel.com> <1441289888-7035-1-git-send-email-jasvinder.singh@intel.com> <1674595.qiqbKFOgvU@xps13> In-Reply-To: <1674595.qiqbKFOgvU@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 v2] 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 15:47:26 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Thursday, September 3, 2015 3:34 PM > To: Singh, Jasvinder > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] librte_cfgfile (rte_cfgfile.h): modify > the macros values >=20 > > doc/guides/rel_notes/deprecation.rst | 4 ---- > > lib/librte_cfgfile/Makefile | 2 +- > > lib/librte_cfgfile/rte_cfgfile.h | 9 +++++++-- > > 3 files changed, 8 insertions(+), 7 deletions(-) >=20 > You have forgotten to update doc/guides/rel_notes/release_2_2.rst. The new release notes file hasn't been merged yet. John. --=20