DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] eal: add description of service corelist in usage
@ 2025-07-17  9:42 David Marchand
  2025-07-17  9:51 ` Bruce Richardson
  0 siblings, 1 reply; 2+ messages in thread
From: David Marchand @ 2025-07-17  9:42 UTC (permalink / raw)
  To: dev; +Cc: thomas, bruce.richardson, stable, Tyler Retzlaff, Harry van Haaren

The -S option is not described in EAL usage().

Fixes: 7dbd7a6413ef ("service: add -S corelist option")
Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.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 f0a9ddeeb7..3169dd069f 100644
--- a/lib/eal/common/eal_common_options.c
+++ b/lib/eal/common/eal_common_options.c
@@ -2127,6 +2127,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.50.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-17  9:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-17  9:42 [PATCH] eal: add description of service corelist in usage David Marchand
2025-07-17  9:51 ` Bruce Richardson

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).