net/txgbe: add Rx and Tx init
[dpdk.git] / drivers / net / softnic / meson.build
index a18eef5..b96ae6b 100644 (file)
@@ -1,8 +1,11 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Intel Corporation
 
-allow_experimental_apis = true
-install_headers('rte_eth_softnic.h')
+if not is_linux
+       build = false
+       reason = 'only supported on linux'
+endif
+headers = files('rte_eth_softnic.h')
 sources = files('rte_eth_softnic_tm.c',
        'rte_eth_softnic.c',
        'rte_eth_softnic_mempool.c',