DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: add deprecation notice to remove rte meter color
@ 2018-12-12 16:38 Reshma Pattan
  2018-12-13 18:22 ` Singh, Jasvinder
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Reshma Pattan @ 2018-12-12 16:38 UTC (permalink / raw)
  To: dev; +Cc: jasvinder.singh, Reshma Pattan

Added deprecation notice to replace rte_meter_color
with rte_color.

Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
---
 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.
-- 
2.17.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: add deprecation notice to remove rte meter color
  2018-12-12 16:38 [dpdk-dev] [PATCH] doc: add deprecation notice to remove rte meter color Reshma Pattan
@ 2018-12-13 18:22 ` Singh, Jasvinder
  2019-01-21 11:39 ` Mohammad Abdul Awal
  2019-02-01 13:13 ` Thomas Monjalon
  2 siblings, 0 replies; 4+ messages in thread
From: Singh, Jasvinder @ 2018-12-13 18:22 UTC (permalink / raw)
  To: Pattan, Reshma, dev



> -----Original Message-----
> From: Pattan, Reshma
> Sent: Wednesday, December 12, 2018 4:38 PM
> To: dev@dpdk.org
> Cc: Singh, Jasvinder <jasvinder.singh@intel.com>; Pattan, Reshma
> <reshma.pattan@intel.com>
> Subject: [PATCH] doc: add deprecation notice to remove rte meter color
> 
> Added deprecation notice to replace rte_meter_color with rte_color.
> 
> Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> ---
>  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.
> --
> 2.17.1

Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: add deprecation notice to remove rte meter color
  2018-12-12 16:38 [dpdk-dev] [PATCH] doc: add deprecation notice to remove rte meter color Reshma Pattan
  2018-12-13 18:22 ` Singh, Jasvinder
@ 2019-01-21 11:39 ` Mohammad Abdul Awal
  2019-02-01 13:13 ` Thomas Monjalon
  2 siblings, 0 replies; 4+ messages in thread
From: Mohammad Abdul Awal @ 2019-01-21 11:39 UTC (permalink / raw)
  To: Reshma Pattan, dev; +Cc: jasvinder.singh


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 <reshma.pattan@intel.com>
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> ---
>   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 <mohammad.abdul.awal@intel.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: add deprecation notice to remove rte meter color
  2018-12-12 16:38 [dpdk-dev] [PATCH] doc: add deprecation notice to remove rte meter color Reshma Pattan
  2018-12-13 18:22 ` Singh, Jasvinder
  2019-01-21 11:39 ` Mohammad Abdul Awal
@ 2019-02-01 13:13 ` Thomas Monjalon
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2019-02-01 13:13 UTC (permalink / raw)
  To: Reshma Pattan; +Cc: dev, jasvinder.singh

12/12/2018 17:38, Reshma Pattan:
> Added deprecation notice to replace rte_meter_color
> with rte_color.
> 
> Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Mohammad Abdul Awal <mohammad.abdul.awal@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-01 13:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-12 16:38 [dpdk-dev] [PATCH] doc: add deprecation notice to remove rte meter color Reshma Pattan
2018-12-13 18:22 ` Singh, Jasvinder
2019-01-21 11:39 ` Mohammad Abdul Awal
2019-02-01 13:13 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).