2017-12-18 15:56:25 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2017 Intel Corporation
|
2017-10-17 13:43:57 +01:00
|
|
|
|
|
|
|
version = 1
|
2018-03-28 17:43:42 +02:00
|
|
|
allow_experimental_apis = true
|
2017-10-17 13:43:57 +01:00
|
|
|
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',
|
2019-10-23 14:19:27 +01:00
|
|
|
'rte_vxlan.h',
|
2017-10-17 13:43:57 +01:00
|
|
|
'rte_gre.h',
|
2019-10-22 16:26:36 +00:00
|
|
|
'rte_gtp.h',
|
2017-10-17 13:43:57 +01:00
|
|
|
'rte_net.h',
|
2018-10-23 09:46:48 +02:00
|
|
|
'rte_net_crc.h',
|
2019-10-22 09:46:48 +05:30
|
|
|
'rte_mpls.h',
|
|
|
|
'rte_higig.h')
|
2017-10-17 13:43:57 +01:00
|
|
|
|
2019-07-05 10:16:16 -07:00
|
|
|
sources = files('rte_arp.c', 'rte_ether.c', 'rte_net.c', 'rte_net_crc.c')
|
2017-10-17 13:43:57 +01:00
|
|
|
deps += ['mbuf']
|