numam-dpdk/lib/librte_gro
Jiayu Hu ee9c90cf2f 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: e996506a1c ("lib/gro: add Generic Receive Offload API framework")

Signed-off-by: Jiayu Hu <jiayu.hu@intel.com>
2017-07-31 09:00:49 +02:00
..
gro_tcp4.c lib/gro: support TCP/IPv4 2017-07-09 18:14:54 +02:00
gro_tcp4.h lib/gro: support TCP/IPv4 2017-07-09 18:14:54 +02:00
Makefile lib/gro: support TCP/IPv4 2017-07-09 18:14:54 +02:00
rte_gro_version.map lib/gro: add Generic Receive Offload API framework 2017-07-09 18:14:46 +02:00
rte_gro.c gro: fix bitwise overflow 2017-07-31 09:00:49 +02:00
rte_gro.h gro: fix doxygen 2017-07-21 18:01:43 +03:00