From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E0F365689 for ; Mon, 21 Jan 2019 12:39:12 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Jan 2019 03:39:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,502,1539673200"; d="scan'208";a="118254669" Received: from awalabdu-mobl.ger.corp.intel.com (HELO [163.33.176.130]) ([163.33.176.130]) by fmsmga008.fm.intel.com with ESMTP; 21 Jan 2019 03:39:11 -0800 To: Reshma Pattan , dev@dpdk.org Cc: jasvinder.singh@intel.com References: <20181212163802.63500-1-reshma.pattan@intel.com> From: Mohammad Abdul Awal Message-ID: <398165c5-c5c3-dcc3-a9ef-d688f94db81c@intel.com> Date: Mon, 21 Jan 2019 11:39:09 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <20181212163802.63500-1-reshma.pattan@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH] doc: add deprecation notice to remove rte meter color X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2019 11:39:13 -0000 On 12/12/2018 16:38, Reshma Pattan wrote: > Added deprecation notice to replace rte_meter_color > with rte_color. > > Signed-off-by: Reshma Pattan > Acked-by: Cristian Dumitrescu > --- > doc/guides/rel_notes/deprecation.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index b48486d36..bf1fdf369 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -105,3 +105,8 @@ Deprecation Notices > - ``rte_pdump_set_socket_dir`` will be removed; > - The parameter, ``path``, of ``rte_pdump_init`` will be removed; > - The enum ``rte_pdump_socktype`` will be removed. > + > +* meter: New ``rte_color`` definition will be added in 19.02 and that will > + replace ``enum rte_meter_color`` in meter library in 19.05. This will help > + to consolidate color definition, which is currently replicated in many places, > + such as: rte_meter.h, rte_mtr.h, rte_tm.h. Acked-by: Mohammad Abdul Awal