net/mlx5: make tunnel hub list thread safe
[dpdk.git] / lib / librte_lpm / meson.build
index 021ac6d..6cfc083 100644 (file)
@@ -7,3 +7,4 @@ headers = files('rte_lpm.h', 'rte_lpm6.h')
 # without worrying about which architecture we actually need
 headers += files('rte_lpm_altivec.h', 'rte_lpm_neon.h', 'rte_lpm_sse.h')
 deps += ['hash']
+deps += ['rcu']