patch 'eal: add description of service corelist in usage' has been queued to stable release 23.11.5
Xueming Li
xuemingl at nvidia.com
Wed Jul 30 09:10:45 CEST 2025
Hi,
FYI, your patch has been queued to stable release 23.11.5
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/10/25. 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://git.dpdk.org/dpdk-stable/log/?h=23.11-staging
This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=23.11-staging&id=5e72e977b728cebeeeaa69c86e043356f593b3d7
Thanks.
Xueming Li <xuemingl at nvidia.com>
---
>From 5e72e977b728cebeeeaa69c86e043356f593b3d7 Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Thu, 17 Jul 2025 11:42:32 +0200
Subject: [PATCH] eal: add description of service corelist in usage
Cc: Xueming Li <xuemingl at nvidia.com>
[ upstream commit 39f537efd8bc8f86c8a4e667328ab3b4c6cf4b2d ]
The -S option was not described in EAL usage().
Fixes: 7dbd7a6413ef ("service: add -S corelist option")
Signed-off-by: David Marchand <david.marchand at redhat.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
lib/eal/common/eal_common_options.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/eal/common/eal_common_options.c b/lib/eal/common/eal_common_options.c
index 110d95940d..0044f26411 100644
--- a/lib/eal/common/eal_common_options.c
+++ b/lib/eal/common/eal_common_options.c
@@ -2196,6 +2196,7 @@ eal_common_usage(void)
" '( )' can be omitted for single element group,\n"
" '@' can be omitted if cpus and lcores have the same value\n"
" -s SERVICE COREMASK Hexadecimal bitmask of cores to be used as service cores\n"
+ " -S SERVICE CORELIST List of cores to run services on\n"
" --"OPT_MAIN_LCORE" ID Core ID that is used as main\n"
" --"OPT_MBUF_POOL_OPS_NAME" Pool ops name for mbuf to use\n"
" -n CHANNELS Number of memory channels\n"
--
2.34.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2025-07-30 15:02:13.742732535 +0800
+++ 0034-eal-add-description-of-service-corelist-in-usage.patch 2025-07-30 15:02:12.849500195 +0800
@@ -1 +1 @@
-From 39f537efd8bc8f86c8a4e667328ab3b4c6cf4b2d Mon Sep 17 00:00:00 2001
+From 5e72e977b728cebeeeaa69c86e043356f593b3d7 Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit 39f537efd8bc8f86c8a4e667328ab3b4c6cf4b2d ]
@@ -9 +11,0 @@
-Cc: stable at dpdk.org
@@ -18 +20 @@
-index f0a9ddeeb7..3169dd069f 100644
+index 110d95940d..0044f26411 100644
@@ -21 +23 @@
-@@ -2127,6 +2127,7 @@ eal_common_usage(void)
+@@ -2196,6 +2196,7 @@ eal_common_usage(void)
More information about the stable
mailing list