From 78b8978ef7405048b45a22a43d7dff7cee122ad1 Mon Sep 17 00:00:00 2001 From: Jasvinder Singh 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 Acked-by: Andrew Rybchenko --- 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``.