]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pipeline/meson.build
pipeline: add register array to SWX
[dpdk.git] / lib / librte_pipeline / meson.build
index 1ee276f62b34562efa0c3df90aa83a3b58f72de0..65c1a8d6a91d0e185d98f057058eaee0d3093a5e 100644 (file)
@@ -1,8 +1,16 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-version = 3
-allow_experimental_apis = true
-sources = files('rte_pipeline.c', 'rte_table_action.c')
-headers = files('rte_pipeline.h', 'rte_table_action.h')
-deps += ['port', 'table', 'meter', 'sched']
+sources = files('rte_pipeline.c',
+       'rte_port_in_action.c',
+       'rte_table_action.c',
+       'rte_swx_pipeline.c',
+       'rte_swx_pipeline_spec.c',
+       'rte_swx_ctl.c',)
+headers = files('rte_pipeline.h',
+       'rte_port_in_action.h',
+       'rte_table_action.h',
+       'rte_swx_pipeline.h',
+       'rte_swx_extern.h',
+       'rte_swx_ctl.h',)
+deps += ['port', 'table', 'meter', 'sched', 'cryptodev']