cryptodev: do not create session mempool internally
[dpdk.git] / doc / guides / rel_notes / release_17_08.rst
index 4cefcd7..7772ae6 100644 (file)
@@ -217,6 +217,8 @@ API Changes
     by the new function ``rte_crypto_count_by_driver()``.
   * Moved crypto device driver names definitions to the particular PMDs.
     These names are not public anymore.
+  * ``rte_cryptodev_configure()`` does not create the session mempool
+    for the device anymore.
 
 
 ABI Changes
@@ -252,6 +254,8 @@ ABI Changes
   ``rte_cryptodev_info``, ``rte_cryptodev`` and ``rte_cryptodev_sym_session``
   structures.
 
+* Removed ``session_mp`` from ``rte_cryptodev_config``.
+
 
 Shared Library Versions
 -----------------------