RE: [PATCH 1/2] doc/eal: add doc entry for service core list flag

2025-06-30 Thread Konstantin Ananyev
> > 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 > --- > doc/guides/linux_gsg/eal_args.include.rst | 5 + > 1 file changed, 5 i

Re: [PATCH 1/2] doc/eal: add doc entry for service core list flag

2025-06-26 Thread Burakov, Anatoly
On 6/24/2025 3:34 PM, Bruce Richardson wrote: 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 --- doc/guides/linux_gsg/eal_args.include.rst | 5

[PATCH 1/2] doc/eal: add doc entry for service core list flag

2025-06-24 Thread Bruce Richardson
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 --- doc/guides/linux_gsg/eal_args.include.rst | 5 + 1 file changed, 5 insertions(+) diff --g