2019-06-25 11:12:58 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
|
|
|
|
allow_experimental_apis = true
|
|
|
|
headers = files('rte_ip.h',
|
|
|
|
'rte_tcp.h',
|
|
|
|
'rte_udp.h',
|
|
|
|
'rte_esp.h',
|
|
|
|
'rte_sctp.h',
|
|
|
|
'rte_icmp.h',
|
|
|
|
'rte_arp.h',
|
|
|
|
'rte_ether.h',
|
2020-06-18 16:55:50 +00:00
|
|
|
'rte_vxlan.h',
|
2019-06-25 11:12:58 +00:00
|
|
|
'rte_gre.h',
|
2020-06-18 16:55:50 +00:00
|
|
|
'rte_gtp.h',
|
2019-06-25 11:12:58 +00:00
|
|
|
'rte_net.h',
|
|
|
|
'rte_net_crc.h',
|
2020-06-18 16:55:50 +00:00
|
|
|
'rte_mpls.h',
|
|
|
|
'rte_higig.h')
|
2019-06-25 11:12:58 +00:00
|
|
|
|
2020-06-18 16:55:50 +00:00
|
|
|
sources = files('rte_arp.c', 'rte_ether.c', 'rte_net.c', 'rte_net_crc.c')
|
2019-06-25 11:12:58 +00:00
|
|
|
deps += ['mbuf']
|