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: use first completion ring for fwd and async event
[dpdk.git]
/
lib
/
librte_net
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2017 Intel Corporation
3
4
version = 1
5
allow_experimental_apis = true
6
headers = files('rte_ip.h',
7
'rte_tcp.h',
8
'rte_udp.h',
9
'rte_esp.h',
10
'rte_sctp.h',
11
'rte_icmp.h',
12
'rte_arp.h',
13
'rte_ether.h',
14
'rte_gre.h',
15
'rte_net.h',
16
'rte_net_crc.h')
17
18
sources = files('rte_arp.c', 'rte_net.c', 'rte_net_crc.c')
19
deps += ['mbuf']