76f093948f
As most NICs do not support segmentation for VXLAN-encapsulated UDP/IPv4 packets, this patch adds VXLAN UDP/IPv4 GSO support. Signed-off-by: Yi Yang <yangyi01@inspur.com> Acked-by: Jiayu Hu <jiayu.hu@intel.com>
8 lines
244 B
Meson
8 lines
244 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
sources = files('gso_common.c', 'gso_tcp4.c', 'gso_udp4.c',
|
|
'gso_tunnel_tcp4.c', 'gso_tunnel_udp4.c', 'rte_gso.c')
|
|
headers = files('rte_gso.h')
|
|
deps += ['ethdev']
|