b605df71be
For VxLAN packets, GRO will mistakenly reassemble them if inner L3 is IPv6, inner L4 is TCP or UDP, and outer L3 is IPv4 because the value of IS_IPV4_VXLAN_TCP4/UDP4_PKT is true for them. This fix makes sure IS_IPV4_TCP_PKT, IS_IPV4_UDP_PKT, IS_IPV4_VXLAN_TCP4_PKT and IS_IPV4_VXLAN_UDP4_PKT can make decision precisely. Fixes: |
||
---|---|---|
.. | ||
gro_tcp4.c | ||
gro_tcp4.h | ||
gro_udp4.c | ||
gro_udp4.h | ||
gro_vxlan_tcp4.c | ||
gro_vxlan_tcp4.h | ||
gro_vxlan_udp4.c | ||
gro_vxlan_udp4.h | ||
meson.build | ||
rte_gro.c | ||
rte_gro.h | ||
version.map |