net/ice: fix RSS rule destroy
[dpdk.git] / drivers / net / ice / meson.build
index 8697676..f9e897b 100644 (file)
@@ -1,13 +1,18 @@
 # 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',
+       'ice_fdir_filter.c',
+       'ice_hash.c'
        )
 
 deps += ['hash']
@@ -31,3 +36,5 @@ if arch_subdir == 'x86'
                objs += ice_avx2_lib.extract_objects('ice_rxtx_vec_avx2.c')
        endif
 endif
+
+install_headers('rte_pmd_ice.h')