> -----Original Message----- > From: Bie, Tiwei > Sent: Wednesday, April 24, 2019 3:30 AM > To: Lu, Wenzhuo <[email protected]>; Wu, Jingjing > <[email protected]>; Iremonger, Bernard <[email protected]>; > [email protected] > Cc: [email protected] > 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: [email protected] > > Signed-off-by: Tiwei Bie <[email protected]>
Acked-by: Bernard Iremonger <[email protected]>

