net/ice: handle PF initialization by DCF
[dpdk.git] / drivers / net / ice / meson.build
index 8697676..e6fe744 100644 (file)
@@ -7,11 +7,14 @@ 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']
-includes += include_directories('base')
+deps += ['hash', 'net', 'common_iavf']
+includes += include_directories('base', '../../common/iavf')
 
 if arch_subdir == 'x86'
        sources += files('ice_rxtx_vec_sse.c')
@@ -31,3 +34,9 @@ if arch_subdir == 'x86'
                objs += ice_avx2_lib.extract_objects('ice_rxtx_vec_avx2.c')
        endif
 endif
+
+sources += files('ice_dcf.c',
+                'ice_dcf_ethdev.c',
+                'ice_dcf_parent.c')
+
+install_headers('rte_pmd_ice.h')