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
..
2018-01-11 23:18:24 +01:00
2015-05-12 15:13:15 +02:00
2017-10-27 00:53:07 +02:00
2016-04-01 18:56:27 +02:00
2017-11-07 23:09:45 +01:00
2016-12-06 17:56:04 +01:00
2017-03-15 18:49:41 +01:00
2016-04-11 23:56:34 +02:00
2017-07-20 00:06:07 +03:00
2016-11-07 21:50:27 +01:00
2015-12-15 13:50:42 +01:00
2017-10-13 21:57:49 +02:00
2018-01-11 18:39:54 +01:00
2017-03-29 22:25:34 +02:00
2018-01-11 18:40:20 +01:00
2017-10-09 01:54:29 +02:00
2015-04-29 18:34:58 +02:00