From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com
 [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 55708CE7
 for <dev@dpdk.org>; Thu,  3 Sep 2015 19:23:34 +0200 (CEST)
Received: by wiclk2 with SMTP id lk2so15691669wic.1
 for <dev@dpdk.org>; Thu, 03 Sep 2015 10:23:34 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=1DBY1mXqHVUfKIvTugyN1fqeicbfLRwBbftKFJWqgUc=;
 b=U0kHIrGCYWItGluORBPwH3zqSJbE02Ek99COMfAAa4ZTFz2nBydLvA8ArmYmXYddkr
 k7Zv8pXw+XL2P8vectL9CSUrHHBV9u7JiC3VqXzhHOqNkGDLhsgF1mRJqENJ3dkDlHtR
 LNoyIa8L6R8khRLdP8WJw/19M+lSjN2IZRrZpZxVDm22hPcRCsNC671EVf5LcaFqn5sK
 KSi6ao1gjqg8Md9ZErJJKo98VwK4lxJWjOwMJ7Tfb3XaaDHWUeOyqWCop3ANVj7FHc11
 PSEd0dQZs+JJWIKN2/q7gPUMdHX+nAik4mX8EbKP6u04ygMz4FV5+kVss1bZBZ+VG1Yn
 K1ug==
X-Gm-Message-State: ALoCoQmngvuEgS3yP9M+jW9F7HEIp4O6GfQsrjuka7ti16i75l/cUR4Zg6uNc5jbTfjNaYMcGnra
X-Received: by 10.180.92.201 with SMTP id co9mr303309wib.35.1441301014079;
 Thu, 03 Sep 2015 10:23:34 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id bs8sm10786282wjc.47.2015.09.03.10.23.33
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 03 Sep 2015 10:23:33 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Mcnamara, John" <john.mcnamara@intel.com>
Date: Thu, 03 Sep 2015 19:22:23 +0200
Message-ID: <80072896.4PqIdsEaWo@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <B27915DBBA3421428155699D51E4CFE2023040EC@IRSMSX103.ger.corp.intel.com>
References: <1441289108-4501-1-git-send-email-jasvinder.singh@intel.com>
 <1674595.qiqbKFOgvU@xps13>
 <B27915DBBA3421428155699D51E4CFE2023040EC@IRSMSX103.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 03 Sep 2015 17:23:34 -0000

2015-09-03 15:46, Mcnamara, John:
> > -----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
> > 
> > >  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(-)
> > 
> > You have forgotten to update doc/guides/rel_notes/release_2_2.rst.
> 
> The new release notes file hasn't been merged yet.

Right! It will be merged shortly.