]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pipeline/meson.build
mempool: fix slow allocation of large mempools
[dpdk.git] / lib / librte_pipeline / meson.build
index a35b62208a3a16bee6292ee6f0009a92d3525c66..be8a3536afaa2c301f1198fcd4fc825502ef1ea3 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-version = 3
-sources = files('rte_pipeline.c')
-headers = files('rte_pipeline.h')
-deps += ['port', 'table']
+allow_experimental_apis = true
+sources = files('rte_pipeline.c', 'rte_port_in_action.c', 'rte_table_action.c')
+headers = files('rte_pipeline.h', 'rte_port_in_action.h', 'rte_table_action.h')
+deps += ['port', 'table', 'meter', 'sched', 'cryptodev']