On Wed, 2020-01-29 at 18:26 +0100, David Marchand wrote: > Those headers are internal and should not be distributed. > > Fixes: 5b9656b157d3 ("lib: build with meson") > Cc: > sta...@dpdk.org > > > Signed-off-by: David Marchand < > david.march...@redhat.com > > > --- > lib/librte_hash/meson.build | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/lib/librte_hash/meson.build > b/lib/librte_hash/meson.build > index 5d02b3084..bce11ad9e 100644 > --- a/lib/librte_hash/meson.build > +++ b/lib/librte_hash/meson.build > @@ -1,10 +1,7 @@ > # SPDX-License-Identifier: BSD-3-Clause > # Copyright(c) 2017 Intel Corporation > > -headers = files('rte_cmp_arm64.h', > - 'rte_cmp_x86.h', > - 'rte_crc_arm64.h', > - 'rte_cuckoo_hash.h', > +headers = files('rte_crc_arm64.h', > 'rte_fbk_hash.h', > 'rte_hash_crc.h', > 'rte_hash.h',
Difficult question: how confident we are nobody is using those? :-) -- Kind regards, Luca Boccassi