From patchwork Thu May 14 14:29:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hemant Agrawal X-Patchwork-Id: 186748 Delivered-To: patch@linaro.org Received: by 2002:a92:5b0a:0:0:0:0:0 with SMTP id p10csp1457506ilb; Thu, 14 May 2020 07:33:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzmUuLYGtl5nMlqMRNchLjx1VjmnTCg2D94eDFTvkUrmBzlVCSjCUYD6VB0y5qK4W3Boks+ X-Received: by 2002:a1c:9803:: with SMTP id a3mr12066982wme.171.1589466831381; Thu, 14 May 2020 07:33:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589466831; cv=none; d=google.com; s=arc-20160816; b=mcioNAssCPHNKoctixCsp0432CIxFnH+IlKrEXDnkni1FtovPvuk+Z0PXy5OhzuRfa Opf+bOJEd7y/r/0jd1xQbgpCAV+e3dIhZMPJkti3XBDMEYfbeYFLGRiviS0h0dHQ4EEB 4HDdgYxYruomLo4qPJ+gXUB9r7Nd/RK66zzqGPEOjeXOZ0oEv+k9mj8MYVwCR1g+nh8B pSezEQcdiCEhSr+aC3tGFVuA1QnEcWmXFOlowJoKr1W+ObGHg46/FjWcN2l5uMJxBBnl tNstsGnlk3dY7J3jv2aoC2VeIiRIgqw36QQzogsaKTi58lkP/AAL50IG1k6YNm8EQVnG M8DA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:subject:references:in-reply-to :message-id:date:cc:to:from; bh=tIZEgQUOrU2RhysQ0hGIuUE8L46K138mltdyJSioPbQ=; b=Ks4zR8KwQYlzYGeZRvlXuQZGGbMYYu3VLONALRr702g8Gl/u96e4CKdttu7lVakrUe LAdS7weuu8Q0EKtklP51zTzfuKulads0SCgj103RR54TsQs8ZWzEzPNHNm8/Noq+QJbT 58XqkfmyEtwmJ9hNjMr2uJRptkJmegu6A3D8/d+YnKA8kExUDs2jFw9pjLtnoBiBPnR1 bxcgrKkPxjDmAi/iFRlPZvoQK+2DjNIe+JpeqoYSq0Mz8ZfnmGE1SEjIyH02IuWEDrt2 156K/AgtCSr6wi+HKy0ABj+W7vKsGK5BYc9K/N60WzMSZA9pb0m+AVSfh+uwDg1/9AW+ eq4A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from dpdk.org (dpdk.org. [92.243.14.124]) by mx.google.com with ESMTP id i20si2912078wra.140.2020.05.14.07.33.51; Thu, 14 May 2020 07:33:51 -0700 (PDT) Received-SPF: pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) client-ip=92.243.14.124; Authentication-Results: mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A25721D9F1; Thu, 14 May 2020 16:32:35 +0200 (CEST) Received: from inva021.nxp.com (inva021.nxp.com [92.121.34.21]) by dpdk.org (Postfix) with ESMTP id 29D671D9B6; Thu, 14 May 2020 16:32:24 +0200 (CEST) Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 0FF972003B2; Thu, 14 May 2020 16:32:24 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id A8B1C2003AA; Thu, 14 May 2020 16:32:21 +0200 (CEST) Received: from bf-netperf1.ap.freescale.net (bf-netperf1.ap.freescale.net [10.232.133.63]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 4494740314; Thu, 14 May 2020 22:32:18 +0800 (SGT) From: Hemant Agrawal To: dev@dpdk.org, david.marchand@redhat.com, mdr@ashroe.eu Cc: stable@dpdk.org, Hemant Agrawal Date: Thu, 14 May 2020 19:59:46 +0530 Message-Id: <20200514142951.31801-9-hemant.agrawal@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200514142951.31801-1-hemant.agrawal@nxp.com> References: <20200514132533.13752-1-hemant.agrawal@nxp.com> <20200514142951.31801-1-hemant.agrawal@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH v6 08/13] mempool/dpaa2: fix to add the include file 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" rte_dpaa2_mempool.h header was missed to be added in meson.build for header installation. Fixes: 7ed359909556 ("mempool/dpaa2: add functions for CMDIF") Cc: stable@dpdk.org Signed-off-by: Hemant Agrawal --- drivers/mempool/dpaa2/meson.build | 2 ++ 1 file changed, 2 insertions(+) -- 2.17.1 diff --git a/drivers/mempool/dpaa2/meson.build b/drivers/mempool/dpaa2/meson.build index df299a0456..c3f479afa1 100644 --- a/drivers/mempool/dpaa2/meson.build +++ b/drivers/mempool/dpaa2/meson.build @@ -8,3 +8,5 @@ endif deps += ['bus_fslmc'] sources = files('dpaa2_hw_mempool.c') + +install_headers('rte_dpaa2_mempool.h')