doc: announce sched API changes for dynamic config
authorSavinay Dharmappa <savinay.dharmappa@intel.com>
Wed, 29 Jul 2020 11:08:01 +0000 (12:08 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 7 Aug 2020 22:01:59 +0000 (00:01 +0200)
Add deprecation note for making changes in data structures and APIs
in order to allow dynamic configuration of subport bandwidth profile.
These changes are aligned as suggested in the RFC[1].

https://mails.dpdk.org/archives/dev/2020-July/175161.html

Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com>
Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Praveen Shetty <praveen.shetty@intel.com>
Acked-by: Sunil Pai G <sunil.pai.g@intel.com>
doc/guides/rel_notes/deprecation.rst

index 3e7bc44..c2770fe 100644 (file)
@@ -311,6 +311,12 @@ Deprecation Notices
   in "rte_sched.h". These changes are aligned to improvements suggested in the
   RFC https://mails.dpdk.org/archives/dev/2018-November/120035.html.
 
+* sched: To allow dynamic configuration of the subport bandwidth profile,
+  changes will be made to data structures ``rte_sched_subport_params``,
+  ``rte_sched_port_params`` and new data structure, API functions will be
+  defined in ``rte_sched.h``. These changes are aligned as suggested in the
+  RFC https://mails.dpdk.org/archives/dev/2020-July/175161.html
+
 * metrics: The function ``rte_metrics_init`` will have a non-void return
   in order to notify errors instead of calling ``rte_exit``.