common/sfc_efx/base: support NIC DMA memory regions API
[dpdk.git] / lib / gso / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 sources = files(
5         'gso_common.c',
6         'gso_tcp4.c',
7         'gso_udp4.c',
8         'gso_tunnel_tcp4.c',
9         'gso_tunnel_udp4.c',
10         'rte_gso.c',
11 )
12 headers = files('rte_gso.h')
13 deps += ['ethdev']