1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Intel Corporation
6 reason = 'only supported on Linux'
8 headers = files('rte_eth_softnic.h')
13 'rte_eth_softnic_action.c',
14 'rte_eth_softnic_cli.c',
15 'rte_eth_softnic_cryptodev.c',
16 'rte_eth_softnic_flow.c',
17 'rte_eth_softnic_link.c',
18 'rte_eth_softnic_mempool.c',
19 'rte_eth_softnic_meter.c',
20 'rte_eth_softnic_pipeline.c',
21 'rte_eth_softnic_swq.c',
22 'rte_eth_softnic_tap.c',
23 'rte_eth_softnic_thread.c',
24 'rte_eth_softnic_tm.c',
26 deps += ['pipeline', 'port', 'table', 'sched', 'cryptodev']