numam-dpdk/lib/librte_gro
Jiayu Hu 9e0b9d2ec0 gro: support VxLAN GRO
This patch adds a framework that allows GRO on tunneled packets.
Furthermore, it leverages that framework to provide GRO support for
VxLAN-encapsulated packets. Supported VxLAN packets must have an outer
IPv4 header, and contain an inner TCP/IPv4 packet.

VxLAN GRO doesn't check if input packets have correct checksums and
doesn't update checksums for output packets. Additionally, it assumes
the packets are complete (i.e., MF==0 && frag_off==0), when IP
fragmentation is possible (i.e., DF==0).

Signed-off-by: Jiayu Hu <jiayu.hu@intel.com>
Reviewed-by: Junjie Chen <junjie.j.chen@intel.com>
Tested-by: Lei Yao <lei.a.yao@intel.com>
2018-01-11 23:18:36 +01:00
..
gro_tcp4.c gro: support VxLAN GRO 2018-01-11 23:18:36 +01:00
gro_tcp4.h gro: support VxLAN GRO 2018-01-11 23:18:36 +01:00
gro_vxlan_tcp4.c gro: support VxLAN GRO 2018-01-11 23:18:36 +01:00
gro_vxlan_tcp4.h gro: support VxLAN GRO 2018-01-11 23:18:36 +01:00
Makefile gro: support VxLAN GRO 2018-01-11 23:18:36 +01:00
rte_gro_version.map gro: fix typo in map file 2017-08-31 23:02:54 +02:00
rte_gro.c gro: support VxLAN GRO 2018-01-11 23:18:36 +01:00
rte_gro.h gro: support VxLAN GRO 2018-01-11 23:18:36 +01:00