net/mlx5: add VLAN push/pop DR commands to glue
[dpdk.git] / drivers / net / ice / meson.build
index 8697676..36b4b3c 100644 (file)
@@ -1,13 +1,16 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Intel Corporation
 
+allow_experimental_apis = true
+
 subdir('base')
 objs = [base_objs]
 
 sources = files(
        'ice_ethdev.c',
        'ice_rxtx.c',
-       'ice_switch_filter.c'
+       'ice_switch_filter.c',
+       'ice_generic_flow.c'
        )
 
 deps += ['hash']