1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2017 Intel Corporation 3 4sources = files( 5 'rte_gro.c', 6 'gro_tcp4.c', 7 'gro_udp4.c', 8 'gro_vxlan_tcp4.c', 9 'gro_vxlan_udp4.c', 10) 11headers = files('rte_gro.h') 12deps += ['ethdev'] 13
1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2017 Intel Corporation 3 4sources = files( 5 'rte_gro.c', 6 'gro_tcp4.c', 7 'gro_udp4.c', 8 'gro_vxlan_tcp4.c', 9 'gro_vxlan_udp4.c', 10) 11headers = files('rte_gro.h') 12deps += ['ethdev'] 13