From 463b11bd4c2e3e627c03331e9f1c53c5a3e91f70 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Tue, 26 Nov 2019 23:11:36 +0100 Subject: [PATCH] doc: sort features in 19.11 release notes Move cryptodev feature near other crypto features. Group ethdev features together. Sort drivers/net features with new PMDs first. Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/release_19_11.rst | 30 +++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst index 8ef16cb913..e8a5be1fbe 100644 --- a/doc/guides/rel_notes/release_19_11.rst +++ b/doc/guides/rel_notes/release_19_11.rst @@ -115,10 +115,12 @@ New Features * PMDs notify the validity of `rte_mbuf::hash:rss` to the application by enabling `PKT_RX_RSS_HASH ` flag in `rte_mbuf::ol_flags`. -* **Updated the enic driver.** +* **Added RX/TX packet burst mode get API.** - * Added support for Geneve with options offload. - * Added flow API implementation based on VIC Flow Manager API. + Added two new functions ``rte_eth_rx_burst_mode_get`` and + ``rte_eth_tx_burst_mode_get`` that allow an application + to retrieve the mode information about RX/TX packet burst + such as Scalar or Vector, and Vector technology like AVX2. * **Added Hisilicon hns3 PMD.** @@ -141,6 +143,11 @@ New Features * Added LRO support Thor devices. * Update HWRM API to version 1.10.1.6 +* **Updated the enic driver.** + + * Added support for Geneve with options offload. + * Added flow API implementation based on VIC Flow Manager API. + * **Updated iavf PMD.** Enable AVX2 data path for iavf PMD. @@ -161,13 +168,6 @@ New Features Added support for the ``RTE_ETH_DEV_CLOSE_REMOVE`` flag. -* **Added RX/TX packet burst mode get API.** - - Added two new functions ``rte_eth_rx_burst_mode_get`` and - ``rte_eth_tx_burst_mode_get`` that allow an application - to retrieve the mode information about RX/TX packet burst - such as Scalar or Vector, and Vector technology like AVX2. - * **Updated the Intel ice driver.** Updated the Intel ice driver with new features and improvements, including: @@ -184,11 +184,6 @@ New Features * Added support for GTP Tx checksum offload. * Added new device IDs to support E810_XXV devices. -* **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. - * **Updated the Huawei hinic driver.** Updated the Huawei hinic driver with new features and improvements, including: @@ -221,6 +216,11 @@ New Features * Enabled zero copy between application mempools and UMEM by enabling the XDP_UMEM_UNALIGNED_CHUNKS UMEM 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. -- 2.20.1