numam-dpdk/lib/librte_gro
Yi Yang e2d8110636 gro: support VXLAN UDP/IPv4
VXLAN UDP/IPv4 GRO can help improve VM-to-VM UDP
performance when UFO or GSO is enabled in VM, GRO
must be supported if UFO or GSO is enabled,
otherwise, performance can't get big improvement
if only GSO is there.

With this enabled in DPDK, OVS DPDK can leverage it
to improve VM-to-VM UDP performance, it will reassemble
VXLAN UDP/IPv4 fragments immediate after they are
received from a physical NIC. It is very helpful in
OVS DPDK VXLAN use case.

Signed-off-by: Yi Yang <yangyi01@inspur.com>
Acked-by: Jiayu Hu <jiayu.hu@intel.com>
2020-10-06 21:51:03 +02:00
..
gro_tcp4.c net: move TCP flags from ethdev header 2019-07-03 12:57:30 +02:00
gro_tcp4.h net: add new header file for VXLAN 2019-10-25 19:00:22 +02:00
gro_udp4.c gro: support UDP/IPv4 2020-10-06 21:51:03 +02:00
gro_udp4.h gro: support VXLAN UDP/IPv4 2020-10-06 21:51:03 +02:00
gro_vxlan_tcp4.c net: move TCP flags from ethdev header 2019-07-03 12:57:30 +02:00
gro_vxlan_tcp4.h net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
gro_vxlan_udp4.c gro: support VXLAN UDP/IPv4 2020-10-06 21:51:03 +02:00
gro_vxlan_udp4.h gro: support VXLAN UDP/IPv4 2020-10-06 21:51:03 +02:00
meson.build gro: support VXLAN UDP/IPv4 2020-10-06 21:51:03 +02:00
rte_gro_version.map version: 20.11-rc0 2020-08-12 11:32:16 +02:00
rte_gro.c gro: support VXLAN UDP/IPv4 2020-10-06 21:51:03 +02:00
rte_gro.h gro: support VXLAN UDP/IPv4 2020-10-06 21:51:03 +02:00