X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_20_02.rst;h=b6f915bc1acb22a8e292e28e5ded2bcd41f1765b;hb=92ffec956af6091152ac66c04df6bfe6e2bfa62c;hp=0eaa45a76b5481eb569ac043c53120d1a4a38fb2;hpb=d51827a9815d1e1b97828013ea2ef4760cf61dc9;p=dpdk.git diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst index 0eaa45a76b..b6f915bc1a 100644 --- a/doc/guides/rel_notes/release_20_02.rst +++ b/doc/guides/rel_notes/release_20_02.rst @@ -56,6 +56,63 @@ New Features Also, make sure to start the actual text at the margin. ========================================================= +* **Added Wait Until Equal API.** + + A new API has been added to wait for a memory location to be updated with a + 16-bit, 32-bit, 64-bit value. + +* **Updated rte_flow api to support L2TPv3 over IP flows.** + + Added support for new flow item to handle L2TPv3 over IP rte_flow patterns. + +* **Updated Hisilicon hns3 driver.** + + Updated Hisilicon hns3 driver with new features and improvements, including: + + * Added support for Rx interrupt. + * Added support setting VF MAC address by PF driver. + +* **Updated i40e driver to support L2TPv3 over IP flows.** + + Updated the i40e PMD to support L2TPv3 over IP profiles which can be + programmed by the dynamic device personalization (DDP) process. + +* **Updated i40e driver to support ESP.** + + Updated the i40e PMD to support ESP-AH supporting profiles which can be + programmed by the dynamic device personalization (DDP) process. + +* **Updated Mellanox mlx5 driver.** + + Updated Mellanox mlx5 driver with new features and improvements, including: + + * Added support for RSS using L3/L4 source/destination only. + +* **Updated testpmd application.** + + Added support for ESP and L2TPv3 over IP rte_flow patterns to the testpmd + application. + +* **Added algorithms to cryptodev API.** + + * Chacha20-Poly1305 AEAD algorithm can now be supported in cryptodev. + * ECDSA (Elliptic Curve Digital Signature Algorithm) is added to + asymmetric crypto library specifications. + * ECPM (Elliptic Curve Point Multiplication) is added to + asymmetric crypto library specifications. + +* **Added handling of mixed algorithms in encrypted digest requests in QAT PMD.** + + Added handling of mixed algorithms in encrypted digest hash-cipher + (generation) and cipher-hash (verification) requests (e.g. SNOW3G + ZUC or + ZUC + AES CTR) in QAT PMD possible when running on GEN3 QAT hardware. + Such algorithm combinations are not supported on GEN1/GEN2 hardware + and executing the request returns RTE_CRYPTO_OP_STATUS_INVALID_SESSION. + +* **Updated the Intel QuickAssist Technology (QAT) symmetric crypto PMD.** + + Added Chacha20-Poly1305 AEAD algorithm. + Removed Items -------------