X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_22_03.rst;h=55e2d2c78f58d1391c9442066e5ed003187dc480;hb=b1cb30352d5c159cb06f81077bda38ca8a7cc425;hp=8a202ec4f4574a797fe4642388966ac63cc4bfab;hpb=1dcbc676d5e0b6d299147a47d2274ba1e9e248a4;p=dpdk.git diff --git a/doc/guides/rel_notes/release_22_03.rst b/doc/guides/rel_notes/release_22_03.rst index 8a202ec4f4..55e2d2c78f 100644 --- a/doc/guides/rel_notes/release_22_03.rst +++ b/doc/guides/rel_notes/release_22_03.rst @@ -55,6 +55,20 @@ 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 AES-CMAC support in 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 ------------- @@ -86,6 +100,9 @@ API Changes Also, make sure to start the actual text at the margin. ======================================================= +* ethdev: Old public macros and enumeration constants without ``RTE_ETH_`` prefix, + which are kept for backward compatibility, are marked as deprecated. + ABI Changes -----------