summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McNamara <john.mcnamara@intel.com>2021-02-11 12:04:21 +0000
committerThomas Monjalon <thomas@monjalon.net>2021-02-12 16:18:31 +0100
commit205708169132d6f3496a3dd64955d6d7db418aef (patch)
tree52f861f653714aae01660c6388b85d2654b3b4c2
parentb7ede165aed04e86345926849f9436676fad52bd (diff)
doc: update release notes for 21.02
Fix grammar, spelling and formatting of DPDK 21.02 release notes. Signed-off-by: John McNamara <john.mcnamara@intel.com>
-rw-r--r--doc/guides/rel_notes/release_21_02.rst39
1 files changed, 12 insertions, 27 deletions
diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst
index 743f1505ef..1813fe767a 100644
--- a/doc/guides/rel_notes/release_21_02.rst
+++ b/doc/guides/rel_notes/release_21_02.rst
@@ -84,9 +84,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
@@ -100,22 +100,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.**
@@ -130,9 +130,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.
@@ -162,10 +162,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.**
@@ -186,7 +186,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.
@@ -289,21 +289,6 @@ ABI Changes
application need use it.
-Known Issues
-------------
-
-.. This section should contain new known issues in this release. Sample format:
-
- * **Add title in present tense with full stop.**
-
- Add a short 1-2 sentence description of the known issue
- in the present tense. Add information on any known workarounds.
-
- This section is a comment. Do not overwrite or remove it.
- Also, make sure to start the actual text at the margin.
- =======================================================
-
-
Tested Platforms
----------------