git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/bnxt: add TCAM table processing for search and alloc
[dpdk.git]
/
lib
/
librte_net
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2017 Intel Corporation
3
4
headers = files('rte_ip.h',
5
'rte_tcp.h',
6
'rte_udp.h',
7
'rte_esp.h',
8
'rte_sctp.h',
9
'rte_icmp.h',
10
'rte_arp.h',
11
'rte_ether.h',
12
'rte_vxlan.h',
13
'rte_gre.h',
14
'rte_gtp.h',
15
'rte_net.h',
16
'rte_net_crc.h',
17
'rte_mpls.h',
18
'rte_higig.h',
19
'rte_ecpri.h')
20
21
sources = files('rte_arp.c', 'rte_ether.c', 'rte_net.c', 'rte_net_crc.c')
22
deps += ['mbuf']