From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dumitrescu, Cristian" Subject: Re: [PATCH v2 3/3] doc: add deprecation notice to remove rte meter color Date: Tue, 11 Dec 2018 14:58:31 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E81240C@IRSMSX108.ger.corp.intel.com> References: <20181123165423.134922-1-jasvinder.singh@intel.com> <1544193116-7058-3-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Pattan, Reshma" , "dev@dpdk.org" , "jerin.jacob@caviumnetworks.com" , "Singh, Jasvinder" Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 08ED72BE1 for ; Tue, 11 Dec 2018 15:58:35 +0100 (CET) In-Reply-To: <1544193116-7058-3-git-send-email-reshma.pattan@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Pattan, Reshma > Sent: Friday, December 7, 2018 2:32 PM > To: dev@dpdk.org; Dumitrescu, Cristian ; > jerin.jacob@caviumnetworks.com; Singh, Jasvinder > > Cc: Pattan, Reshma > Subject: [PATCH v2 3/3] 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 > --- > 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 60e081a54..1c771d865 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -95,3 +95,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 wi= ll > + 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 Hi Reshma, Let's send this deprecation note as an independent patch, i.e. outside of t= his patch set. The deprecation notes are discussed and merged separately, s= o let's not create a potential barrier for this patchset because of this de= precation note. Of course, the deprecation note needs at least 3 acks, so please put my ack= . Regards, Cristian Acked-by: Cristian Dumitrescu