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
|
|
|
|
2018-07-06 01:02:22 +00:00
|
|
|
sources = files('gso_common.c', 'gso_tcp4.c', 'gso_udp4.c',
|
2017-10-17 12:43:57 +00:00
|
|
|
'gso_tunnel_tcp4.c', 'rte_gso.c')
|
|
|
|
headers = files('rte_gso.h')
|
|
|
|
deps += ['ethdev']
|