patch 'eal: add description of service corelist in usage' has been queued to stable release 22.11.9

luca.boccassi at gmail.com luca.boccassi at gmail.com
Tue Jul 22 15:35:42 CEST 2025


Hi,

FYI, your patch has been queued to stable release 22.11.9

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/24/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://github.com/bluca/dpdk-stable

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

Thanks.

Luca Boccassi

---
>From 5ef60f18c1bd7124354ea53d6ac323eb9409fc01 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

[ 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 828fa2698b..8570f8f03e 100644
--- a/lib/eal/common/eal_common_options.c
+++ b/lib/eal/common/eal_common_options.c
@@ -2197,6 +2197,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.47.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2025-07-22 14:35:32.202603745 +0100
+++ 0003-eal-add-description-of-service-corelist-in-usage.patch	2025-07-22 14:35:32.098012359 +0100
@@ -1 +1 @@
-From 39f537efd8bc8f86c8a4e667328ab3b4c6cf4b2d Mon Sep 17 00:00:00 2001
+From 5ef60f18c1bd7124354ea53d6ac323eb9409fc01 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 39f537efd8bc8f86c8a4e667328ab3b4c6cf4b2d ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
@@ -18 +19 @@
-index f0a9ddeeb7..3169dd069f 100644
+index 828fa2698b..8570f8f03e 100644
@@ -21 +22 @@
-@@ -2127,6 +2127,7 @@ eal_common_usage(void)
+@@ -2197,6 +2197,7 @@ eal_common_usage(void)


More information about the stable mailing list