X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fguides%2Frel_notes%2Frelease_17_11.rst;h=8db35f5e4be0fc7ff4941e549d102604422df52e;hb=8a61c83af2fa;hp=d0b2ff647cbbda4698568059f5c90c0650a17834;hpb=c1734807fcf9f58a82174d38832382c8f8085ab7;p=dpdk.git diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst index d0b2ff647c..8db35f5e4b 100644 --- a/doc/guides/rel_notes/release_17_11.rst +++ b/doc/guides/rel_notes/release_17_11.rst @@ -89,6 +89,10 @@ New Features * Coalesce writes to HEAD CSR on response processing. * Coalesce writes to TAIL CSR on request processing. + Additional support for: + + * AES CCM algorithm. + * **Updated the AESNI MB PMD.** The AESNI MB PMD has been updated with additional support for: @@ -104,6 +108,18 @@ New Features The OpenSSL PMD has been updated with additional support for: * DES CBC algorithm. + * AES CCM algorithm. + +* **Added NXP DPAA SEC crypto PMD.** + + A new "dpaa_sec" hardware based crypto PMD for NXP DPAA devices has been + added. See the "Crypto Device Drivers" document for more details on this + driver. + +* **Added MRVL crypto PMD.** + + A new crypto PMD has been added, which provides several ciphering and hashing + algorithms. All cryptography operations use the MUSDK library crypto API. * **Add new benchmarking mode to dpdk-test-crypto-perf application.**