net/i40e: fix request queue in VF
[dpdk.git] / lib / librte_hash / meson.build
index e139e1d..ebf70de 100644 (file)
@@ -6,7 +6,6 @@ headers = files('rte_cmp_arm64.h',
        'rte_cmp_x86.h',
        'rte_crc_arm64.h',
        'rte_cuckoo_hash.h',
-       'rte_cuckoo_hash_x86.h',
        'rte_fbk_hash.h',
        'rte_hash_crc.h',
        'rte_hash.h',
@@ -15,3 +14,6 @@ headers = files('rte_cmp_arm64.h',
 
 sources = files('rte_cuckoo_hash.c', 'rte_fbk_hash.c')
 deps += ['ring']
+
+# rte ring reset is not yet part of stable API
+allow_experimental_apis = true