X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_hash%2Fmeson.build;h=6ab46ae9d76819483149382cd9c73b29671091ab;hb=acec04c4b2f5;hp=bce11ad9e0fbd214e817f5b0f923c4ca5f9d9136;hpb=2a41db7589cb27dc491963f8c09b8dd452a8296d;p=dpdk.git diff --git a/lib/librte_hash/meson.build b/lib/librte_hash/meson.build index bce11ad9e0..6ab46ae9d7 100644 --- a/lib/librte_hash/meson.build +++ b/lib/librte_hash/meson.build @@ -10,6 +10,3 @@ headers = files('rte_crc_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