examples/exception_path: limit core count to 64
authorRadu Nicolau <radu.nicolau@intel.com>
Tue, 20 Feb 2018 12:05:57 +0000 (12:05 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 27 Mar 2018 22:35:37 +0000 (00:35 +0200)
commitf93c7cd0823c2b268dda209e1ca8827e01900b3f
tree14c8fbe30bddf465a84454fe400e32be260746ea
parentf0b9479497741040476aae5008afe84e0467e586
examples/exception_path: limit core count to 64

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.

Coverity issue: 30688
Fixes: af75078fece3 ("first public release")
Cc: stable@dpdk.org
Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
examples/exception_path/main.c