X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_19_11.rst;h=fc9da16b2b3222bcea02dbf13566eb946983f9cd;hb=2f8a1b963eb77;hp=856088c5c7c71734f22a4a45ba133fdb5cb9b498;hpb=b21302a1072118c2c2950639133720b3bff86984;p=dpdk.git diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst index 856088c5c7..fc9da16b2b 100644 --- a/doc/guides/rel_notes/release_19_11.rst +++ b/doc/guides/rel_notes/release_19_11.rst @@ -91,11 +91,27 @@ New Features * Added support for protocol extraction on per Rx queue. * Added support for the ``RTE_ETH_DEV_CLOSE_REMOVE`` flag. +* **Added cryptodev asymmetric session-less operation.** + + Added session-less option to cryptodev asymmetric structure. It works the same + way as symmetric crypto, corresponding xform is used directly by the crypto op. + * **Added Marvell NITROX symmetric crypto PMD.** Added a symmetric crypto PMD for Marvell NITROX V security processor. See the :doc:`../cryptodevs/nitrox` guide for more details on this new +* **Added asymmetric support to Marvell OCTEON TX crypto PMD.** + + Added support for asymmetric operations in Marvell OCTEON TX cypto PMD. + Supports RSA and modexp operations. + +* **Added Marvell OCTEON TX2 crypto PMD** + + Added a new PMD driver for h/w crypto offload block on ``OCTEON TX2`` SoC. + + See :doc:`../cryptodevs/octeontx2` for more details + * **Updated NXP crypto PMDs for PDCP support.** PDCP support is added to DPAA_SEC and DPAA2_SEC PMDs using rte_security APIs. @@ -114,6 +130,12 @@ New Features Added stateful decompression support in the Intel QuickAssist Technology PMD. Please note that stateful compression is not supported. +* **Added external buffers support for dpdk-test-compress-perf tool.** + + Added a command line option to dpdk-test-compress-perf tool to allocate + and use memory zones as external buffers instead of keeping the data directly + in mbuf areas. + * **Introduced FIFO for NTB PMD.** Introduced FIFO for NTB (Non-transparent Bridge) PMD to support @@ -137,14 +159,17 @@ Removed Items Also, make sure to start the actual text at the margin. ========================================================= - * Removed duplicated set of commands for RX offloading configuration from app/testpmd: - “port config all crc-strip|scatter|rx-cksum|rx-timestamp|hw-vlan|hw-vlan-filter| - hw-vlan-strip|hw-vlan-extend on|off”. +* Removed duplicated set of commands for Rx offload configuration from testpmd:: + + port config all crc-strip|scatter|rx-cksum|rx-timestamp| + hw-vlan|hw-vlan-filter|hw-vlan-strip|hw-vlan-extend on|off + + The testpmd commands set that can be used instead + in order to enable or disable Rx offloading on all Rx queues of a port is:: - The testpmd commands set that can be used instead in order to enable or disable Rx - offloading on all Rx queues of a port is: - "port config rx_offload crc_strip|scatter|ipv4_cksum|udp_cksum|tcp_cksum| - timestamp|vlan_strip|vlan_filter|vlan_extend on|off" + port config rx_offload crc_strip|scatter| + ipv4_cksum|udp_cksum|tcp_cksum|timestamp| + vlan_strip|vlan_filter|vlan_extend on|off API Changes