public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
From: John McNamara <john.mcnamara@intel.com>
To: dev@dpdk.org
Cc: thomas@monjalon.net, John McNamara <john.mcnamara@intel.com>
Subject: [PATCH v1] doc: update release notes for 26.03
Date: Fri, 27 Mar 2026 19:30:23 +0000	[thread overview]
Message-ID: <20260327193034.2700185-1-john.mcnamara@intel.com> (raw)

Fix grammar, spelling and formatting of DPDK 26.03 release notes.

Signed-off-by: John McNamara <john.mcnamara@intel.com>
---
 doc/guides/rel_notes/release_26_03.rst | 28 +++++++++++++-------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/doc/guides/rel_notes/release_26_03.rst b/doc/guides/rel_notes/release_26_03.rst
index 6bb18433f5..cbd02da337 100644
--- a/doc/guides/rel_notes/release_26_03.rst
+++ b/doc/guides/rel_notes/release_26_03.rst
@@ -88,11 +88,11 @@ New Features
 
 * **Updated Huawei hinic3 ethernet driver.**
 
-  * Added support for Huawei new SPx NICs, including SP230 and SP920 (DPU).
-  * Added support for GENEVE tunnel TSO, IP-in-IP tunnel TSO of SP230.
-  * Added support for VXLAN-GPE checksum of SP620.
+  * Added support for Huawei's new SPx NICs, including SP230 and SP920 (DPU).
+  * Added support for GENEVE tunnel TSO and IP-in-IP tunnel TSO on the SP230.
+  * Added support for VXLAN-GPE checksum on the SP620.
   * Added support for tunnel packet outer UDP checksum.
-  * Added support for QinQ of SP620.
+  * Added support for QinQ on the SP620.
 
 * **Updated Intel idpf ethernet driver.**
 
@@ -126,7 +126,7 @@ New Features
 
 * **Added 256-NEA/NCA/NIA algorithms in cryptodev library.**
 
-  Added support for following wireless algorithms:
+  Added support for the following wireless algorithms:
   * NEA4, NIA4, NCA4: Snow 5G confidentiality, integrity and AEAD modes.
   * NEA5, NIA5, NCA5: AES 256 confidentiality, integrity and AEAD modes.
   * NEA6, NIA6, NCA6: ZUC 256 confidentiality, integrity and AEAD modes.
@@ -150,7 +150,7 @@ New Features
 
 * **Added Ctrl+L support to cmdline library.**
 
-  Added handling of the key combination Control+L
+  Added handling of the key combination Ctrl+L
   to clear the screen before redisplaying the prompt.
 
 
@@ -174,7 +174,7 @@ Removed Items
 
   The SSE path was not widely used, so it was removed
   from the i40e, iavf and ice drivers.
-  Each of these drivers have faster vector paths (AVX2 and AVX-512)
+  Each of these drivers has faster vector paths (AVX2 and AVX-512)
   which have feature parity with the SSE paths,
   and a fallback scalar path which also has feature parity.
 
@@ -199,17 +199,17 @@ API Changes
   Several library functions now have additional name length checks
   instead of silently truncating.
 
-  * lpm: name must be less than RTE_LPM_NAMESIZE.
-  * hash: name parameter must be less than RTE_HASH_NAMESIZE.
-  * efd: name must be less than RTE_EFD_NAMESIZE.
-  * tailq: name must be less than RTE_TAILQ_NAMESIZE.
-  * cfgfile: name must be less than CFG_NAME_LEN
-    and value must be less than CFG_VALUE_LEN.
+  * lpm: name must be less than ``RTE_LPM_NAMESIZE``.
+  * hash: name parameter must be less than ``RTE_HASH_NAMESIZE``.
+  * efd: name must be less than ``RTE_EFD_NAMESIZE``.
+  * tailq: name must be less than ``RTE_TAILQ_NAMESIZE``.
+  * cfgfile: name must be less than ``CFG_NAME_LEN``
+    and value must be less than ``CFG_VALUE_LEN``.
 
 * **Updated the pcapng library.**
 
   * The length of comment strings is now validated.
-    Maximum allowable length is 2^16-1 because of pcapng file format.
+    Maximum allowable length is 2^16-1 because of the pcapng file format.
 
 
 ABI Changes
-- 
2.51.0


             reply	other threads:[~2026-03-27 19:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-27 19:30 John McNamara [this message]
2026-03-31  9:07 ` [PATCH v1] doc: update release notes for 26.03 Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260327193034.2700185-1-john.mcnamara@intel.com \
    --to=john.mcnamara@intel.com \
    --cc=dev@dpdk.org \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox