DPDK patches and discussions
 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 25.03
Date: Fri, 21 Mar 2025 17:34:30 +0000	[thread overview]
Message-ID: <20250321173435.1335993-1-john.mcnamara@intel.com> (raw)

Fix grammar, spelling and formatting of DPDK 25.03 release notes

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

diff --git a/doc/guides/rel_notes/release_25_03.rst b/doc/guides/rel_notes/release_25_03.rst
index caadd05d00..14fcb9fef6 100644
--- a/doc/guides/rel_notes/release_25_03.rst
+++ b/doc/guides/rel_notes/release_25_03.rst
@@ -57,13 +57,13 @@ New Features
 
 * **Added Staged-Ordered-Ring (SORING) API to the ring library.**
 
-  New API was added to the ring library to provide a SW abstraction
+  Added new API to the ring library to provide a software abstraction
   for ordered queues with multiple processing stages.
-  It is based on conventional DPDK rte_ring, re-uses many of its concepts,
-  and even substantial part of its code.
-  It can be viewed as an extension of rte_ring functionality.
+  It is based on the conventional DPDK ``rte_ring`` and re-uses many of its concepts,
+  including substantial part of its code.
+  It can be viewed as an extension of ``rte_ring`` functionality.
 
-* **Hardened of more allocation functions.**
+* **Hardened more allocation functions.**
 
   Added allocation attributes to functions that allocate data:
 
@@ -89,12 +89,12 @@ New Features
 
   This can catch some obvious bugs at compile time (with GCC 11.0 or later).
   For example, calling ``free`` on a pointer that was allocated with one
-  of those functions (and vice versa); freeing the same pointer twice
+  of those functions (and vice versa), freeing the same pointer twice
   in the same routine or freeing an object that was not created by allocation.
 
 * **Updated af_packet net driver.**
 
-  * Added ability to option to configure receive packet fanout mode.
+  * Added ability to configure receive packet fanout mode.
   * Added statistics for failed buffer allocation and missed packets.
 
 * **Updated Amazon ENA (Elastic Network Adapter) net driver.**
@@ -129,7 +129,7 @@ New Features
 * **Updated NVIDIA mlx5 driver.**
 
   * Added support for NVIDIA ConnectX-8 adapters.
-  * Optimized port probing in large scale.
+  * Optimized large scale port probing.
     This feature enhances the efficiency of probing VF/SFs on a large scale
     by significantly reducing the probing time.
 
@@ -157,15 +157,15 @@ New Features
 
   Added network driver for the Yunsilicon metaScale serials NICs.
 
-* **Updated vhost library.**
+* **Updated vhost library for RSA crypto.**
 
   Updated vhost library to support RSA crypto operations.
 
-* **Updated virtio crypto driver.**
+* **Updated virtio crypto driver for RSA crypto.**
 
   * Added support for RSA crypto operations.
 
-* **Updated IPsec_MB crypto driver.**
+* **Updated IPsec_MB crypto driver for SM4 GCM .**
 
   * Added support for the SM4 GCM algorithm.
 
@@ -179,8 +179,8 @@ New Features
 * **Added atomic tests to the eventdev test application.**
 
   Added two atomic tests: ``atomic_queue`` and ``atomic_atq``.
-  They work in the same way as the corresponding ordered tests
-  but exclusively use atomic queues.
+  These work in the same way as the corresponding ordered tests
+  but use atomic queues exclusively.
   Atomicity is verified using spinlocks.
 
 
@@ -233,12 +233,12 @@ API Changes
   cpfl, e1000, fm10k, i40e, iavf, ice, idpf, ipn3ke and ixgbe,
   have been moved from ``drivers/net`` to a new ``drivers/net/intel`` directory.
   The resulting build output, including the driver filenames, is the same,
-  but to enable/disable these drivers via Meson option requires use of the new paths.
+  but to enable/disable these drivers via Meson option requires the use of the new paths.
   For example, ``-Denable_drivers=/net/i40e`` becomes ``-Denable_drivers=/net/intel/i40e``.
 
-* build: The Intel IGC networking driver was merged with e1000 driver
+* build: The Intel IGC networking driver was merged with the e1000 driver
   and is no longer provided as a separate driver.
-  The resulting build output will not have the ``librte_net_igc.*`` driver files any more,
+  The resulting build output will no longer have the ``librte_net_igc.*`` driver files,
   but the ``librte_net_e1000.*`` driver files will provide support
   for all of the devices and features of the old driver.
   In addition, to enable/disable the driver via Meson option,
-- 
2.43.0


                 reply	other threads:[~2025-03-21 17:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20250321173435.1335993-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;
as well as URLs for NNTP newsgroup(s).