On Thu, Jun 13, 2024 at 6:14 PM Kevin Traynor <ktray...@redhat.com> 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 <ktray...@redhat.com> Reviewed-by: David Marchand <david.march...@redhat.com> Thanks for the quick fix. -- David Marchand