From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B73EEA054A; Thu, 11 Feb 2021 13:04:38 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 320911CC38A; Thu, 11 Feb 2021 13:04:38 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 05D551CC344 for ; Thu, 11 Feb 2021 13:04:36 +0100 (CET) IronPort-SDR: 4bTBXoIdgK+QJ22d2hi4UY1CHm9WuQIJ6gEcdtGBc6oQ4OjfC1XIbSwuLTxcmCDoEA0WYBRgsc 41n+ju3pcJvQ== X-IronPort-AV: E=McAfee;i="6000,8403,9891"; a="181454289" X-IronPort-AV: E=Sophos;i="5.81,170,1610438400"; d="scan'208";a="181454289" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Feb 2021 04:04:26 -0800 IronPort-SDR: xH29tzWmaEnAlGXc6NFM+WYzMFgXNiQqXXVQ57a7UjbPepMxwx0Yn5VhGpCYBao1T921oC4xB5 MNs2a7QDSfMQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,170,1610438400"; d="scan'208";a="588782191" Received: from silpixa00389815.ir.intel.com (HELO silpixa00389815.ger.corp.intel.com) ([10.237.223.46]) by fmsmga005.fm.intel.com with ESMTP; 11 Feb 2021 04:04:25 -0800 From: John McNamara To: dev@dpdk.org Cc: thomas@monjalon.net, John McNamara Date: Thu, 11 Feb 2021 12:04:21 +0000 Message-Id: <20210211120421.3651273-1-john.mcnamara@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v1] doc: update release notes for 21.02 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fix grammar, spelling and formatting of DPDK 21.02 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_21_02.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst index 84b04a018..167eefb36 100644 --- a/doc/guides/rel_notes/release_21_02.rst +++ b/doc/guides/rel_notes/release_21_02.rst @@ -74,9 +74,9 @@ New Features Added support for matching and raw encap/decap of GENEVE TLV option. -* **Added support of modify field action in the flow API.** +* **Added support for Modify field action in the flow API.** - Added modify action support to perform various operations on + Added "modify" action support to rte_flow to perform various operations on any arbitrary header field (as well as mark, metadata or tag values): ``RTE_FLOW_ACTION_TYPE_MODIFY_FIELD``. Supported operations are: overwriting a field with the content from @@ -90,22 +90,22 @@ New Features * **Updated Cisco enic driver.** - * Added support for 64B completion queue entries + * Added support for 64B completion queue entries. * **Updated Hisilicon hns3 driver.** - * Added support for traffic management + * Added support for traffic management. * **Updated Intel i40e driver.** - * Added support on Windows. + * Added Intel i40e support on Windows. * **Updated Intel ice driver.** Updated the Intel ice driver with new features and improvements, including: * Added Double VLAN support for DCF switch QinQ filtering. - * Added support for UDP dynamic port assignment for eCPRI tunnel in DCF. + * Added support for UDP dynamic port assignment for eCPRI tunnels in DCF. * **Updated Intel iavf driver.** @@ -120,9 +120,9 @@ New Features * Introduced basic support on Windows. * Added GTP PDU session container matching and raw encap/decap. - * Added support for RSS action in the sample sub-actions list. + * Added support for a RSS action in the sample sub-actions list. * Added support for E-Switch mirroring and jump action in the same flow. - * Added support to handle modify action in correct order regarding the + * Added support to handle the modify action in correct order regarding the mirroring action on E-Switch. * Enlarged the number of flow priorities to 21844 (0 - 21843) for ingress or egress flow groups greater than 0 and for any transfer flow group. @@ -152,10 +152,10 @@ New Features * Added inner UDP/IPv4 support for VXLAN IPv4 GSO. -* **Added enqueue & dequeue callback APIs for cryptodev library.** +* **Added enqueue and dequeue callback APIs for cryptodev library.** - Cryptodev library is added with enqueue & dequeue callback APIs to - enable applications to add/remove user callbacks which gets called + The Cryptodev library has been enhanced with enqueue and dequeue callback APIs to + enable applications to add/remove user callbacks which get called for every enqueue/dequeue operation. * **Updated the OCTEON TX2 crypto PMD.** @@ -176,7 +176,7 @@ New Features * **Added python script to run crypto perf tests and graph the results.** - A new python script has been added to automate running crypto performance + A new Python script has been added to automate running crypto performance tests and output graphed results to PDF files. See the :doc:`../tools/cryptoperf` guide for more details. -- 2.25.1