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 CB103A04DE for ; Fri, 30 Oct 2020 14:09:55 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C287FC94C; Fri, 30 Oct 2020 14:09:54 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 4E12FC94C for ; Fri, 30 Oct 2020 14:09:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1604063391; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9wem20aJsLpI3262jxHR1wjNNDIA78nBjRMhpLptNqA=; b=FZXhByPYR3zKgi8ztqQ1ZAsBu6DFBD2QB+ujcxzsCY8c+MoWZq1+pH+hxDMhGvPidoFowQ ICeVDEAAkmYE7eeiNaO15Xx2cRYYhcdtWBR4WgjC3e9qemY7PX1uw1wW5hF+hp/OMV6YZe lIrU35nLPOQzjOixlIYT9i7SG7qQQsM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-529-lU-EuHy-Pq-vGj_u3igVKQ-1; Fri, 30 Oct 2020 09:09:49 -0400 X-MC-Unique: lU-EuHy-Pq-vGj_u3igVKQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 72D4B809DE5; Fri, 30 Oct 2020 13:09:48 +0000 (UTC) Received: from [10.36.114.240] (ovpn-114-240.ams2.redhat.com [10.36.114.240]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5AB921002C01; Fri, 30 Oct 2020 13:09:43 +0000 (UTC) To: David Marchand , stable@dpdk.org Cc: Bruce Richardson References: <20201022123250.5168-1-david.marchand@redhat.com> From: Kevin Traynor Message-ID: <60cfcbdb-c0ce-b034-df65-0ae4c4a04600@redhat.com> Date: Fri, 30 Oct 2020 13:09:43 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 In-Reply-To: <20201022123250.5168-1-david.marchand@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH 18.11] crypto/scheduler: fix header install with meson X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 22/10/2020 13:32, David Marchand wrote: > The headers variable is only used in lib/meson.build context. > For drivers, an explicit install_headers() is necessary. > > Reproduced while compiling the l2fwd-crypto example out of meson > (which can be done by adding it in devtools/test-meson-builds.sh > examples build test). > > Fixes: cd2b6458a1cb ("crypto/scheduler: add in meson build") > > Signed-off-by: David Marchand > Acked-by: Bruce Richardson > --- Applied, thanks.