]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/dpdk/lib/librte_node/meson.build
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_node / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(C) 2020 Marvell International Ltd.
3
4 sources = files('null.c', 'log.c', 'ethdev_rx.c', 'ethdev_tx.c', 'ip4_lookup.c',
5 'ip4_rewrite.c', 'pkt_drop.c', 'ethdev_ctrl.c')
6 headers = files('rte_node_ip4_api.h', 'rte_node_eth_api.h')
7 # Strict-aliasing rules are violated by uint8_t[] to context size casts.
8 cflags += '-fno-strict-aliasing'
9 deps += ['graph', 'mbuf', 'lpm', 'ethdev', 'mempool', 'cryptodev']
10 build = false
11 reason = 'not needed by SPDK'