Re: [dpdk-dev] [PATCH v2] test/eal: check invalid cpu value

2020-07-21 Thread David Marchand
On Mon, Jul 20, 2020 at 1:08 PM Lukasz Wojciechowski wrote: > W dniu 20.07.2020 o 12:19, Kevin Traynor pisze: > > When using --lcores option, there is a limit of CPU_SETSIZE. > > Currently that allows 0..1023 on Linux. > > > > Check it is caught when this limit is exceeded. > Acked-by: Lukasz Woj

Re: [dpdk-dev] [PATCH v2] test/eal: check invalid cpu value

2020-07-20 Thread Lukasz Wojciechowski
W dniu 20.07.2020 o 12:19, Kevin Traynor pisze: > When using --lcores option, there is a limit of CPU_SETSIZE. > Currently that allows 0..1023 on Linux. > > Check it is caught when this limit is exceeded. > > Signed-off-by: Kevin Traynor > --- > app/test/test_eal_flags.c | 5 - > 1 file c