From patchwork Fri May 15 05:08:26 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hemant Agrawal X-Patchwork-Id: 186803 Delivered-To: patch@linaro.org Received: by 2002:a92:5b0a:0:0:0:0:0 with SMTP id p10csp110365ilb; Thu, 14 May 2020 22:12:33 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz16YYZClBH+HPv6/YyzEOB0eZunWbJeKog5qphT3EZ0x5NiLalpCfJNvWuCleJeQ6Kc0nE X-Received: by 2002:a5d:4f81:: with SMTP id d1mr2205261wru.95.1589519553480; Thu, 14 May 2020 22:12:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589519553; cv=none; d=google.com; s=arc-20160816; b=FDWVlbZ2AxHpu0RyjK6QD10LhSkR5XsvRU259RaF4QRG8YU9tLF1rcrLSUh5W5qa0J jj/g1mjzlE7IVk+JcWqJxgF8UBUxavZ54e7vVKRWY9G0rP33yZsh8Ts0+klChX763x1p gAYw5/Dy9Dwry5dMbQqFAEV2GhcZVawy3jk9ka56cmahhQECEX88x3L1kF9Bh0mTF1A8 PIcYBBKpL8x06mCGvOhWlSjJ1tw152wBviODsNvBhL0S3yvpaciLUbKNgUHifb4iwe6n Q8I7Qj0xi54z2P9ngsWVMN1iuBfUU7HAWVguw7/UkkF6bKwjomwf440YPmFrPHLwNK6X P6iw== 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=n9Epd6rP2rFnQLLPGat6etK51/oW6e5SRd4epXAd3l3tnBNRoKB2JBe0gUZdEVAA6M IxfeSXhP0Ku8RL/n/f8I5owsRbXAopMzpBfX5fxJCbvc79ag4KmuXw8KMOZbDrhAYg69 0mpwfpvVaSqmeG4nAXO5H1hlFN9+vkmMvGcMLKMtHzgHU39trTqZCbUqEMgc8bQn+aCJ l3+41+I91GwpgCAUno+4gNP/StT7m0Pffp8R/ZK58uNj74ExWkIByHUU3h58b0Fa5pvG UDrRaOwMVwJ8bxZcr8lXvHDRFglSKTJKP7rtkfsGRqoutdkkT30skczBLWvYIBC4kM40 GSKw== 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 o133si1105686wme.17.2020.05.14.22.12.33; Thu, 14 May 2020 22:12:33 -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 2776E1DA03; Fri, 15 May 2020 07:11:21 +0200 (CEST) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id 8FFEF1D909; Fri, 15 May 2020 07:11:06 +0200 (CEST) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 73A3B1A05EF; Fri, 15 May 2020 07:11:06 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 15EE91A05E0; Fri, 15 May 2020 07:11:04 +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 A7A834031B; Fri, 15 May 2020 13:10:59 +0800 (SGT) From: Hemant Agrawal To: dev@dpdk.org, david.marchand@redhat.com, mdr@ashroe.eu Cc: stable@dpdk.org, Hemant Agrawal Date: Fri, 15 May 2020 10:38:26 +0530 Message-Id: <20200515050831.22834-9-hemant.agrawal@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200515050831.22834-1-hemant.agrawal@nxp.com> References: <20200514142951.31801-1-hemant.agrawal@nxp.com> <20200515050831.22834-1-hemant.agrawal@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH v7 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')