doc: add details about MDD with ixgbe kernel PF
[dpdk.git] / doc / guides / rel_notes / deprecation.rst
index 7d73019..a3e7c72 100644 (file)
@@ -27,7 +27,7 @@ Deprecation Notices
   Such APIs are planned to be renamed according to ``rte_*`` naming convention
   and exported from librte_eal.
 
-* The PCI and VDEV subsystems will be converted as drivers of the new bus model.
+* The VDEV subsystem will be converted as driver of the new bus model.
   It will imply some EAL API changes in 17.05.
 
 * ``eth_driver`` is planned to be removed in 17.05. This currently serves as
@@ -75,3 +75,9 @@ Deprecation Notices
   PMDs that implement the latter.
   Target release for removal of the legacy API will be defined once most
   PMDs have switched to rte_flow.
+
+* crypto/scheduler: the following two functions are deprecated starting
+  from 17.05 and will be removed in 17.08:
+
+  - ``rte_crpytodev_scheduler_mode_get``, replaced by ``rte_cryptodev_scheduler_mode_get``
+  - ``rte_crpytodev_scheduler_mode_set``, replaced by ``rte_cryptodev_scheduler_mode_set``