cryptodev: allocate driver structure statically
[dpdk.git] / doc / guides / rel_notes / release_17_11.rst
index 63b9869..585110f 100644 (file)
@@ -232,6 +232,11 @@ API Changes
   By this way PMDs can return an error value in case of failure at stats
   getting process time.
 
+* **Modified the rte_cryptodev_allocate_driver function in the cryptodev library.**
+
+  The function ``rte_cryptodev_allocate_driver()`` has been modified.
+  An extra parameter ``struct cryptodev_driver *crypto_drv`` has been added.
+
 
 ABI Changes
 -----------