[PATCH 1/2] doc/eal: add doc entry for service core list flag
Bruce Richardson
bruce.richardson at intel.com
Tue Jun 24 15:34:07 CEST 2025
In the list of EAL arguments, only the "-s" flag for service cores was
documented. Add an entry for the "-S" one too, which takes a core list
instead of a core mask.
Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
---
doc/guides/linux_gsg/eal_args.include.rst | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doc/guides/linux_gsg/eal_args.include.rst b/doc/guides/linux_gsg/eal_args.include.rst
index 359721eb6a..6ee79877c1 100644
--- a/doc/guides/linux_gsg/eal_args.include.rst
+++ b/doc/guides/linux_gsg/eal_args.include.rst
@@ -79,6 +79,11 @@ Lcore-related options
Hexadecimal bitmask of cores to be used as service cores.
+* ``-S <service core list>``
+
+ List of cores to be used as service cores.
+
+
Device-related options
~~~~~~~~~~~~~~~~~~~~~~
--
2.48.1
More information about the dev
mailing list