gro: fix bitwise overflow
authorJiayu Hu <jiayu.hu@intel.com>
Mon, 31 Jul 2017 01:43:24 +0000 (09:43 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 31 Jul 2017 07:00:49 +0000 (09:00 +0200)
commitee9c90cf2fb1029cfe814669dd02eaf5bebffa2a
treea16fca4bc02071c287266c56b2f1ff48144e0292
parenteedbb9a10318b50ceae6eb80676abdff2b1b1f4b
gro: fix bitwise overflow

When try to get GRO types, expression "1 << i" with type "int" may
overflow. This patch is to fix this issue.

Coverity issue: 158664
Fixes: e996506a1c07 ("lib/gro: add Generic Receive Offload API framework")

Signed-off-by: Jiayu Hu <jiayu.hu@intel.com>
lib/librte_gro/rte_gro.c