patch 'mldev: fix some typos in Doxygen' has been queued to stable release 25.11.3
Kevin Traynor
ktraynor at redhat.com
Tue Jul 28 17:56:13 CEST 2026
Hi,
FYI, your patch has been queued to stable release 25.11.3
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 08/01/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/kevintraynor/dpdk-stable
This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/3acb5173458382bb8bfd30cc687ea93199f3fa77
Thanks.
Kevin
---
>From 3acb5173458382bb8bfd30cc687ea93199f3fa77 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
@@ -498,5 +498,5 @@ 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
@@ -541,5 +541,5 @@ rte_ml_enqueue_burst(int16_t dev_id, uint16_t qp_id, struct rte_ml_op **ops, uin
* 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().
@@ -841,5 +841,5 @@ rte_ml_model_unload(int16_t dev_id, uint16_t model_id);
*
* @return
- * - 0: Success, Model loaded.
+ * - 0: Success, Model started.
* - < 0: Failure, Error code of the model start driver function.
*/
@@ -860,5 +860,5 @@ rte_ml_model_start(int16_t dev_id, uint16_t model_id);
*
* @return
- * - 0: Success, Model unloaded.
+ * - 0: Success, Model stopped.
* - < 0: Failure, Error code of the model stop driver function.
*/
--
2.55.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2026-07-28 16:54:52.056768693 +0100
+++ 0043-mldev-fix-some-typos-in-Doxygen.patch 2026-07-28 16:54:50.781298853 +0100
@@ -1 +1 @@
-From ae566035c45fba0c8d00e9b31923edada5490ab8 Mon Sep 17 00:00:00 2001
+From 3acb5173458382bb8bfd30cc687ea93199f3fa77 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