numam-dpdk/lib/librte_gso
Andrew Rybchenko 727663e88b gso: fix VxLAN/GRE tunnel checks
Tunnel type is an enum in PKT_TX_TUNNEL_MASK bits.
As the result, for example, IPIP or MPLSinUDP tunnel packets may be
incorrectly treated internally as VXLAN.

Fixes: b058d92ea9 ("gso: support VxLAN GSO")
Fixes: 70e737e448 ("gso: support GRE GSO")
Cc: stable@dpdk.org

Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Jiayu Hu <jiayu.hu@intel.com>
2019-01-22 17:08:21 +01:00
..
gso_common.c lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
gso_common.h gso: fix VxLAN/GRE tunnel checks 2019-01-22 17:08:21 +01:00
gso_tcp4.c lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
gso_tcp4.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
gso_tunnel_tcp4.c lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
gso_tunnel_tcp4.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
gso_udp4.c gso: support UDP/IPv4 fragmentation 2018-07-11 23:45:20 +02:00
gso_udp4.h gso: support UDP/IPv4 fragmentation 2018-07-11 23:45:20 +02:00
Makefile gso: support UDP/IPv4 fragmentation 2018-07-11 23:45:20 +02:00
meson.build gso: support UDP/IPv4 fragmentation 2018-07-11 23:45:20 +02:00
rte_gso_version.map gso: add Generic Segmentation Offload API framework 2017-10-12 01:36:57 +01:00
rte_gso.c gso: support UDP/IPv4 fragmentation 2018-07-11 23:45:20 +02:00
rte_gso.h gso: support UDP/IPv4 fragmentation 2018-07-11 23:45:20 +02:00