2017-12-18 15:56:25 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2017 Intel Corporation
|
2017-10-17 12:43:57 +00:00
|
|
|
|
2021-04-20 10:22:24 +00:00
|
|
|
sources = files(
|
|
|
|
'gso_common.c',
|
|
|
|
'gso_tcp4.c',
|
|
|
|
'gso_udp4.c',
|
|
|
|
'gso_tunnel_tcp4.c',
|
|
|
|
'gso_tunnel_udp4.c',
|
|
|
|
'rte_gso.c',
|
|
|
|
)
|
2017-10-17 12:43:57 +00:00
|
|
|
headers = files('rte_gso.h')
|
|
|
|
deps += ['ethdev']
|