From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id F353A56A3 for ; Thu, 13 Dec 2018 19:22:42 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Dec 2018 10:22:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,349,1539673200"; d="scan'208";a="129714317" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga001.fm.intel.com with ESMTP; 13 Dec 2018 10:22:35 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.157]) by IRSMSX102.ger.corp.intel.com ([169.254.2.29]) with mapi id 14.03.0415.000; Thu, 13 Dec 2018 18:22:34 +0000 From: "Singh, Jasvinder" To: "Pattan, Reshma" , "dev@dpdk.org" Thread-Topic: [PATCH] doc: add deprecation notice to remove rte meter color Thread-Index: AQHUkjkZP8kn3fGDbEWuGeFsirRSNKV8/ORA Date: Thu, 13 Dec 2018 18:22:34 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6D3367F721@IRSMSX103.ger.corp.intel.com> References: <20181212163802.63500-1-reshma.pattan@intel.com> In-Reply-To: <20181212163802.63500-1-reshma.pattan@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDkxZjc3ZDMtM2JkMS00ZjhlLWFhZTQtNmQ1Yjg1NGJhNWRhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTEJzUVlIc1ZaczlFcVphY3YrOFM3UU9zUjhXend5dmt2SzF4SzIwdkw4UUNmaFZicG5vcEc5NGgyM3Bja0JENyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Thu, 13 Dec 2018 18:22:43 -0000 > -----Original Message----- > From: Pattan, Reshma > Sent: Wednesday, December 12, 2018 4:38 PM > To: dev@dpdk.org > Cc: Singh, Jasvinder ; Pattan, Reshma > > Subject: [PATCH] doc: add deprecation notice to remove rte meter color >=20 > Added deprecation notice to replace rte_meter_color with rte_color. >=20 > Signed-off-by: Reshma Pattan > Acked-by: Cristian Dumitrescu > --- > doc/guides/rel_notes/deprecation.rst | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > 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. > -- > 2.17.1 Acked-by: Jasvinder Singh