> -----Original Message----- > From: Bie, Tiwei > Sent: Wednesday, April 24, 2019 3:30 AM > To: Lu, Wenzhuo <wenzhuo...@intel.com>; Wu, Jingjing > <jingjing...@intel.com>; Iremonger, Bernard <bernard.iremon...@intel.com>; > dev@dpdk.org > Cc: sta...@dpdk.org > Subject: [PATCH] app/testpmd: fix unintentional integer overflow > > Fix the potential overflow in expression 1 << begin by using 1ULL. > > Coverity issue: 279437, 279445 > Fixes: c73a9071877a ("app/testpmd: add commands to test new offload API") > Cc: sta...@dpdk.org > > Signed-off-by: Tiwei Bie <tiwei....@intel.com>
Acked-by: Bernard Iremonger <bernard.iremon...@intel.com>