On Thu, Jun 13, 2024 at 6:14 PM Kevin Traynor <[email protected]> wrote: > > The argument is '--lcores' but it is being logged as '--lcore' > in several places. > > e.g. > $ dpdk-testpmd -l 8,10,12 --lcores 8,10,12 > EAL: Option --lcore is ignored, because (-l) is set! > > Fix the spelling in logs and tests. > > Fixes: 117eaa70584b ("eal: add error check for core options") and Fixes: 128ee4c26d87 ("app/test: add unit tests for --lcores option") (but no need for a v2 for this).
> Signed-off-by: Kevin Traynor <[email protected]> Reviewed-by: David Marchand <[email protected]> Thanks for the quick fix. -- David Marchand

