From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7C3E4A0524; Thu, 30 Jan 2020 11:12:40 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 151CB1BFF6; Thu, 30 Jan 2020 11:12:39 +0100 (CET) Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id 890711BFE5; Thu, 30 Jan 2020 11:12:37 +0100 (CET) Received: by mail-wr1-f67.google.com with SMTP id k11so3277448wrd.9; Thu, 30 Jan 2020 02:12:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=qqvqVAANZalt3+fcYVlEUqoNgBQCSbrCsuID4xnXPhs=; b=W0+4jW4awFODUYMWFpXeegYH1ybhgveTXWu6tFep3NZNeYJ0oiYmybsJI7C1ZDefec E0V1ccnc5QVMh2fLu4N7TtwwN7QFX0J1zqpgLlRksz2Tw/MhQp74HlenLPyqIRNGJu2t jY6SnA6GJwGpLXRYoCqP6M7EHv19n8BahVS2PXdrBUFwtYU8cajWICg+arOEBo35mSo8 13yDhEWST4qj2bfsfQkrzAhK1UjpzxBCdmqYGnRCyJW9G7HoXQqTRvwc0AeIV5PCPAAH c1ciLywFp5YG3ZK14QIjz8gyOHQQb9/Vh3hTzkb0NvA9ISi/tzqGtZdzTDO11NB1C3xM 8e5A== X-Gm-Message-State: APjAAAXs+Y6N3nfKngOZGEAlKgR6HfnQGDc4wD697FtkH3tGbMRUlsRj 2iGJeseXwLLH1DufqKocLKI= X-Google-Smtp-Source: APXvYqzER7KUo2+hPAM17igdSz8ek0AisdcY/a0Eo2oYy7xBElJMCupdNw8GO4ULUaSt9QbDXPLTOQ== X-Received: by 2002:a5d:5148:: with SMTP id u8mr3302013wrt.132.1580379157205; Thu, 30 Jan 2020 02:12:37 -0800 (PST) Received: from localhost ([2a01:4b00:f419:6f00:7a8e:ed70:5c52:ea3]) by smtp.gmail.com with ESMTPSA id k13sm6517881wrx.59.2020.01.30.02.12.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jan 2020 02:12:36 -0800 (PST) Message-ID: From: Luca Boccassi To: David Marchand , dev@dpdk.org Cc: thomas@monjalon.net, bruce.richardson@intel.com, kevin.laatz@intel.com, aconole@redhat.com, nhorman@tuxdriver.com, akhil.goyal@nxp.com, anoobj@marvell.com, stable@dpdk.org, Yipeng Wang , Sameh Gobriel , Harry van Haaren , Keith Wiles Date: Thu, 30 Jan 2020 10:12:35 +0000 In-Reply-To: <20200129172621.28565-2-david.marchand@redhat.com> References: <20191220152058.10739-1-david.marchand@redhat.com> <20200129172621.28565-1-david.marchand@redhat.com> <20200129172621.28565-2-david.marchand@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 1/4] hash: fix meson headers packaging X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, 2020-01-29 at 18:26 +0100, David Marchand wrote: > Those headers are internal and should not be distributed. >=20 > Fixes: 5b9656b157d3 ("lib: build with meson") > Cc:=20 > stable@dpdk.org >=20 >=20 > Signed-off-by: David Marchand < > david.marchand@redhat.com > > > --- > lib/librte_hash/meson.build | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) >=20 > 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 > =20 > -headers =3D files('rte_cmp_arm64.h', > - 'rte_cmp_x86.h', > - 'rte_crc_arm64.h', > - 'rte_cuckoo_hash.h', > +headers =3D 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? :-) --=20 Kind regards, Luca Boccassi