]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/drivers/net/softnic/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / drivers / net / softnic / meson.build
CommitLineData
11fdf7f2
TL
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2018 Intel Corporation
3
9f95a23c
TL
4if not is_linux
5 build = false
6endif
11fdf7f2
TL
7allow_experimental_apis = true
8install_headers('rte_eth_softnic.h')
9sources = files('rte_eth_softnic_tm.c',
10 'rte_eth_softnic.c',
11 'rte_eth_softnic_mempool.c',
12 'rte_eth_softnic_swq.c',
13 'rte_eth_softnic_link.c',
14 'rte_eth_softnic_tap.c',
15 'rte_eth_softnic_action.c',
16 'rte_eth_softnic_pipeline.c',
17 'rte_eth_softnic_thread.c',
18 'rte_eth_softnic_cli.c',
9f95a23c
TL
19 'rte_eth_softnic_flow.c',
20 'rte_eth_softnic_meter.c',
21 'rte_eth_softnic_cryptodev.c',
11fdf7f2
TL
22 'parser.c',
23 'conn.c')
9f95a23c 24deps += ['pipeline', 'port', 'table', 'sched', 'cryptodev']