From: Jasvinder Singh Date: Wed, 24 Apr 2019 12:37:17 +0000 (+0100) Subject: doc: announce sched API change X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8b16a7a6fa5df871cc2c9b15835cdbc4019046e6;hp=8a100045eb6e712e048915f99e353b4df88b3753;p=dpdk.git doc: announce sched API change Add deprecation note for making changes in data structures, APIs and macros in order to have more traffic classes, flexible mapping of pipe queues to traffic classes, subport level configuration of pipes and queues, etc. These changes are aligned to improvements suggested in the RFC- https://mails.dpdk.org/archives/dev/2018-November/120035.html Signed-off-by: Jasvinder Singh Acked-by: Cristian Dumitrescu Acked-by: Mohammad Abdul Awal Acked-by: Reshma Pattan --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index f2279eba0e..ed8284c1d5 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -99,5 +99,11 @@ Deprecation Notices to one it means it represents IV, when is set to zero it means J0 is used directly, in this case 16 bytes of J0 need to be passed. +* 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``.