cryptodev: rename function to check device validity
[dpdk.git] / doc / guides / rel_notes / release_21_11.rst
index b559009..e7ad50b 100644 (file)
@@ -67,6 +67,7 @@ New Features
   * Added AES-CBC SHA1-HMAC support in lookaside protocol (IPsec) for CN10K.
   * Added Transport mode support in lookaside protocol (IPsec) for CN10K.
   * Added UDP encapsulation support in lookaside protocol (IPsec) for CN10K.
+  * Added support for lookaside protocol (IPsec) offload for CN9K.
 
 * **Added support for event crypto adapter on Marvell CN10K and CN9K.**
 
@@ -101,6 +102,10 @@ API Changes
    Also, make sure to start the actual text at the margin.
    =======================================================
 
+* cryptodev: The API rte_cryptodev_pmd_is_valid_dev is modified to
+  rte_cryptodev_is_valid_dev as it can be used by the application as
+  well as PMD to check whether the device is valid or not.
+
 
 ABI Changes
 -----------