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
|
|
|
|
|
|
|
version = 1
|
2018-03-28 15:43:42 +00:00
|
|
|
allow_experimental_apis = true
|
2017-10-17 12:43:57 +00: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',
|
|
|
|
'rte_gre.h',
|
|
|
|
'rte_net.h',
|
2018-10-23 07:46:48 +00:00
|
|
|
'rte_net_crc.h',
|
|
|
|
'rte_mpls.h')
|
2017-10-17 12:43:57 +00:00
|
|
|
|
|
|
|
sources = files('rte_arp.c', 'rte_net.c', 'rte_net_crc.c')
|
|
|
|
deps += ['mbuf']
|