Fix grammar, spelling and formatting of DPDK 21.02 release notes. Signed-off-by: John McNamara <john.mcnam...@intel.com> --- 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