patch 'mldev: fix some typos in Doxygen' has been queued to stable release 24.11.7

luca.boccassi at gmail.com luca.boccassi at gmail.com
Mon Jul 6 12:20:02 CEST 2026


Hi,

FYI, your patch has been queued to stable release 24.11.7

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 07/05/26. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/bluca/dpdk-stable

This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/3909c447ace0de3d075df720fcc9b6b69d333cd4

Thanks.

Luca Boccassi

---
>From 3909c447ace0de3d075df720fcc9b6b69d333cd4 Mon Sep 17 00:00:00 2001
From: Srikanth Yalavarthi <syalavarthi at marvell.com>
Date: Tue, 9 Jun 2026 09:35:13 +0530
Subject: [PATCH] mldev: fix some typos in Doxygen

[ upstream commit ae566035c45fba0c8d00e9b31923edada5490ab8 ]

Fix typos in MLDEV spec and code documentation.

Fixes: d82cac584f84 ("mldev: introduce machine learning device API")

Signed-off-by: Srikanth Yalavarthi <syalavarthi at marvell.com>
---
 lib/mldev/rte_mldev.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/mldev/rte_mldev.h b/lib/mldev/rte_mldev.h
index e045a997b9..eaf0e36b2a 100644
--- a/lib/mldev/rte_mldev.h
+++ b/lib/mldev/rte_mldev.h
@@ -497,7 +497,7 @@ struct __rte_cache_aligned rte_ml_op {
  *
  * The rte_ml_enqueue_burst() function returns the number of inferences it
  * actually enqueued for processing. A return value equal to *nb_ops* means that
- * all packets have been enqueued.
+ * all inferences have been enqueued.
  *
  * @param dev_id
  *   The identifier of the device.
@@ -540,7 +540,7 @@ rte_ml_enqueue_burst(int16_t dev_id, uint16_t qp_id, struct rte_ml_op **ops, uin
  * @param dev_id
  *   The identifier of the device.
  * @param qp_id
- *   The index of the queue pair from which to retrieve processed packets.
+ *   The index of the queue pair from which to retrieve processed inferences.
  * The value must be in the range [0, nb_queue_pairs - 1] previously supplied to
  * rte_ml_dev_configure().
  * @param ops
@@ -840,7 +840,7 @@ rte_ml_model_unload(int16_t dev_id, uint16_t model_id);
  *   Identifier of the model to be started.
  *
  * @return
- *   - 0: Success, Model loaded.
+ *   - 0: Success, Model started.
  *   - < 0: Failure, Error code of the model start driver function.
  */
 __rte_experimental
@@ -859,7 +859,7 @@ rte_ml_model_start(int16_t dev_id, uint16_t model_id);
  *   Identifier of the model to be stopped.
  *
  * @return
- *   - 0: Success, Model unloaded.
+ *   - 0: Success, Model stopped.
  *   - < 0: Failure, Error code of the model stop driver function.
  */
 __rte_experimental
-- 
2.47.3

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2026-07-03 12:55:47.099145724 +0100
+++ 0010-mldev-fix-some-typos-in-Doxygen.patch	2026-07-03 12:55:46.582571675 +0100
@@ -1 +1 @@
-From ae566035c45fba0c8d00e9b31923edada5490ab8 Mon Sep 17 00:00:00 2001
+From 3909c447ace0de3d075df720fcc9b6b69d333cd4 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit ae566035c45fba0c8d00e9b31923edada5490ab8 ]
+
@@ -16 +18 @@
-index 3f51083cb7..594c46cf72 100644
+index e045a997b9..eaf0e36b2a 100644


More information about the stable mailing list