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.richard...@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