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 08ED72BE1 for ; Tue, 11 Dec 2018 15:58:35 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2018 06:58:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,342,1539673200"; d="scan'208";a="106592165" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga007.fm.intel.com with ESMTP; 11 Dec 2018 06:58:33 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.26]) by IRSMSX107.ger.corp.intel.com ([169.254.10.125]) with mapi id 14.03.0415.000; Tue, 11 Dec 2018 14:58:32 +0000 From: "Dumitrescu, Cristian" To: "Pattan, Reshma" , "dev@dpdk.org" , "jerin.jacob@caviumnetworks.com" , "Singh, Jasvinder" Thread-Topic: [PATCH v2 3/3] doc: add deprecation notice to remove rte meter color Thread-Index: AQHUjjmig5MfnY8sTUqzKErTHG0OU6V5pjOQ 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> In-Reply-To: <1544193116-7058-3-git-send-email-reshma.pattan@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWYzZTI5Y2QtZDQwOC00NzRiLWFjMDMtYTk5MWViZDk4ZmE2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibkx4NXpNYWR2UVwvRWEwRlk1Y01Pak0yUkZoM01hOTVRVXk4bXpjTmprZDRaWXc4UzVqRnpQVERNeUc0SnliWUkifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 3/3] 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: Tue, 11 Dec 2018 14:58:36 -0000 > -----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