From 9f9a93f15b80795a59f625302fa984e2d19cfbd8 Mon Sep 17 00:00:00 2001 From: Reshma Pattan Date: Wed, 12 Dec 2018 16:38:02 +0000 Subject: [PATCH] doc: announce replacement of meter colors Added deprecation notice to replace rte_meter_color with rte_color. Signed-off-by: Reshma Pattan Acked-by: Cristian Dumitrescu Acked-by: Jasvinder Singh Acked-by: Mohammad Abdul Awal --- 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 e91a1bb450..1b4fcb7e64 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -68,5 +68,10 @@ Deprecation Notices - Member ``uint16_t min_mtu`` the minimum MTU allowed. - Member ``uint16_t max_mtu`` the maximum MTU allowed. +* 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. + * crypto/aesni_mb: the minimum supported intel-ipsec-mb library version will be changed from 0.49.0 to 0.52.0. -- 2.20.1