[dpdk-stable] patch 'doc: remove old deprecation notice for sched' has been queued to stable release 20.11.3

luca.boccassi at gmail.com luca.boccassi at gmail.com
Tue Aug 3 14:22:13 CEST 2021


Hi,

FYI, your patch has been queued to stable release 20.11.3

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 08/05/21. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/bluca/dpdk-stable

This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/78b8978ef7405048b45a22a43d7dff7cee122ad1

Thanks.

Luca Boccassi

---
>From 78b8978ef7405048b45a22a43d7dff7cee122ad1 Mon Sep 17 00:00:00 2001
From: Jasvinder Singh <jasvinder.singh at intel.com>
Date: Mon, 14 Jun 2021 17:30:00 +0100
Subject: [PATCH] doc: remove old deprecation notice for sched

[ upstream commit 8c98bf791cf0324cc0e13d12e1ce097bfd5670e7 ]

APIs and data structures hasve been modified as per deprecation
note, so removing deprecation notice from the notes.

Fixes: 85f52aa422d6 ("sched: add pipe config params to subport struct")

Signed-off-by: Jasvinder Singh <jasvinder.singh at intel.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
---
 doc/guides/rel_notes/deprecation.rst | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 2f498a0be4..95e3f286b5 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -127,12 +127,6 @@ Deprecation Notices
   from the release: ``0x16c8, 0x16c9, 0x16ca, 0x16ce, 0x16cf, 0x16df,``
   ``0x16d0, 0x16d1, 0x16d2, 0x16d4, 0x16d5, 0x16e7, 0x16e8, 0x16e9``.
 
-* sched: To allow more traffic classes, flexible mapping of pipe queues to
-  traffic classes, and subport level configuration of pipes and queues
-  changes will be made to macros, data structures and API functions defined
-  in "rte_sched.h". These changes are aligned to improvements suggested in the
-  RFC https://mails.dpdk.org/archives/dev/2018-November/120035.html.
-
 * metrics: The function ``rte_metrics_init`` will have a non-void return
   in order to notify errors instead of calling ``rte_exit``.
 
-- 
2.30.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-08-03 12:35:09.161042295 +0100
+++ 0024-doc-remove-old-deprecation-notice-for-sched.patch	2021-08-03 12:35:08.262819688 +0100
@@ -1 +1 @@
-From 8c98bf791cf0324cc0e13d12e1ce097bfd5670e7 Mon Sep 17 00:00:00 2001
+From 78b8978ef7405048b45a22a43d7dff7cee122ad1 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 8c98bf791cf0324cc0e13d12e1ce097bfd5670e7 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 6a35c7649a..61fadef915 100644
+index 2f498a0be4..95e3f286b5 100644
@@ -22,3 +23,3 @@
-@@ -135,12 +135,6 @@ Deprecation Notices
-   values to the function ``rte_event_eth_rx_adapter_queue_add`` using
-   the structure ``rte_event_eth_rx_adapter_queue_add``.
+@@ -127,12 +127,6 @@ Deprecation Notices
+   from the release: ``0x16c8, 0x16c9, 0x16ca, 0x16ce, 0x16cf, 0x16df,``
+   ``0x16d0, 0x16d1, 0x16d2, 0x16d4, 0x16d5, 0x16e7, 0x16e8, 0x16e9``.


More information about the stable mailing list