numam-dpdk/examples/exception_path
Daniel Mrzyglod ea977ff1cb examples/exception_path: fix shift operation in lcore setup
CID: #30688
The operaton may have an undefined behavior or yield to an unexpected result.

In setup_port_lcore_affinities: A bit shift operation has a shift amount
which is too large or has a negative value.

Fixes: af75078fec ("first public release")

Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
2016-04-27 17:41:46 +02:00
..
main.c examples/exception_path: fix shift operation in lcore setup 2016-04-27 17:41:46 +02:00
Makefile examples: ignore linux apps on bsd 2014-07-03 00:10:30 +02:00