crypto/cnxk: support AES-XCBC and null cipher
[dpdk.git] / doc / guides / rel_notes / release_22_03.rst
index 6d99d1e..f457988 100644 (file)
@@ -55,6 +55,19 @@ New Features
      Also, make sure to start the actual text at the margin.
      =======================================================
 
+* **Updated Marvell cnxk crypto PMD.**
+
+  * Added SHA256-HMAC support in lookaside protocol (IPsec) for CN10K.
+  * Added SHA384-HMAC support in lookaside protocol (IPsec) for CN9K & CN10K.
+  * Added SHA512-HMAC support in lookaside protocol (IPsec) for CN9K & CN10K.
+  * Added AES-CTR support in lookaside protocol (IPsec) for CN9K & CN10K.
+  * Added NULL cipher support in lookaside protocol (IPsec) for CN9K & CN10K.
+  * Added AES-XCBC support in lookaside protocol (IPsec) for CN9K & CN10K.
+
+* **Added an API to retrieve event port id of ethdev Rx adapter.**
+
+  The new API ``rte_event_eth_rx_adapter_event_port_get()`` was added.
+
 
 Removed Items
 -------------
@@ -68,6 +81,8 @@ Removed Items
    Also, make sure to start the actual text at the margin.
    =======================================================
 
+* **Removed experimental performance thread example application.**
+
 
 API Changes
 -----------