Re: [dpdk-dev] [PATCH] examples/exception_path: limit core count to 64

2018-03-27 Thread Thomas Monjalon
20/02/2018 13:05, Radu Nicolau: > Application doesn't support more that 64 lcores due to command > line limitation of using a coremask that is parsed as a 64bit > value, so changed it to reflect this limitation. > > Fixes: af75078fece3 ("first public release") > Coverity issue: 30688 > > Cc: sta.

[dpdk-dev] [PATCH] examples/exception_path: limit core count to 64

2018-02-20 Thread Radu Nicolau
Application doesn't support more that 64 lcores due to command line limitation of using a coremask that is parsed as a 64bit value, so changed it to reflect this limitation. Fixes: af75078fece3 ("first public release") Coverity issue: 30688 Cc: sta...@dpdk.org Signed-off-by: Radu Nicolau --- e