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 4B163A04DD for ; Wed, 28 Oct 2020 11:57:12 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 42A4E2BEA; Wed, 28 Oct 2020 11:57:11 +0100 (CET) Received: from mail-wr1-f42.google.com (mail-wr1-f42.google.com [209.85.221.42]) by dpdk.org (Postfix) with ESMTP id 488D12BEA for ; Wed, 28 Oct 2020 11:57:09 +0100 (CET) Received: by mail-wr1-f42.google.com with SMTP id i1so5211058wro.1 for ; Wed, 28 Oct 2020 03:57:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=OS7Nt6xyqkfRIF/oL+8t8Ch7EMieHpH97UZMCj5J7RM=; b=Q7UYsa6cF7QhklyGcIFl/UCi6cFg2gn0CaOKFZPOHuRyzw7j0gSvKX27xiGvF1pcys KUUj3Spl54ZNN8qVCcfOGnM5EQop7pd6nUuycZkeKeQhOkxIEL39aiXtkD9amuUdK4f2 ZjYscOnS0V9ZOaJvbNbD8/b7NG88k9k5/SJOOaOt0/Dac6ahbvNTqJaPJiRUXLshTCCE CV1wWHViPGQnjXtA0/Sj+v2/dxtMUul0ocyWJ8CJRfyAzM/EfK8ex5rzqS+jaAKBPd1P JZZBu2vMzVdG2Al0Q3BktlcblwKOoB/q8+pMi+eTLF69BvBZHzy+BOrVnRgYbuWpkCAZ nymQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=OS7Nt6xyqkfRIF/oL+8t8Ch7EMieHpH97UZMCj5J7RM=; b=pLq8FsHghWKfQlh2bc91uqaIGOnTvLM1OuBd6xJV6HAzjfROFfxj1SAfgFmhpqca5m 1lp9U2Vfy1xDYEOUgGgUDLzRTMWlfkDDpXO9Wpetwf3V7wYrdKYxuoN9pCNoBI0I3+x5 VQhAhT3pgJPotNDudJEQpCN4Pk3n86RcrLZHJxd5OLJ/ln9QBLadkTlKWCX7wUbP/NRF iqVPI7jbPBKlUNZJiJcEng71JiScflTl3hvVyVfA15hdwqWUTtYvg4FV4sDr5KBV9T9c Yk0ZJLlIy0OT04SSoEDw5O0ojC9GC/38ZZJSzrx/ZvxrYVNfge2fRfHqTp6FbTIxqvgj a1Qg== X-Gm-Message-State: AOAM530gmvQgXM6JwBzLJj13O/mcs0uLeOXavIKlbh5+49caAi/qjZRK 8P3NY93LGOdFEP7GGdfm5Zk= X-Google-Smtp-Source: ABdhPJwQr4+304vOGVaIT47funnGc45ek43Y2tMKpwW4gMm05CMhVBCURtpj9hI07PILN7DBra4c9Q== X-Received: by 2002:adf:cd81:: with SMTP id q1mr8592657wrj.410.1603882628049; Wed, 28 Oct 2020 03:57:08 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id m4sm6734585wrr.47.2020.10.28.03.57.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Oct 2020 03:57:07 -0700 (PDT) From: luca.boccassi@gmail.com To: David Marchand Cc: Bruce Richardson , dpdk stable Date: Wed, 28 Oct 2020 10:46:05 +0000 Message-Id: <20201028104606.3504127-206-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20201028104606.3504127-1-luca.boccassi@gmail.com> References: <20201028104606.3504127-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'crypto/scheduler: fix header install with meson' has been queued to stable release 19.11.6 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" Hi, FYI, your patch has been queued to stable release 19.11.6 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 10/30/20. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Thanks. Luca Boccassi --- >From 42c791782395674634ac2d5a67d134de6bbb4c19 Mon Sep 17 00:00:00 2001 From: David Marchand Date: Thu, 22 Oct 2020 14:34:23 +0200 Subject: [PATCH] crypto/scheduler: fix header install with meson 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 --- drivers/crypto/scheduler/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/scheduler/meson.build b/drivers/crypto/scheduler/meson.build index c5ba2d6804..cb0f3a8ba9 100644 --- a/drivers/crypto/scheduler/meson.build +++ b/drivers/crypto/scheduler/meson.build @@ -13,7 +13,7 @@ sources = files( 'scheduler_roundrobin.c', ) -headers = files( +install_headers( 'rte_cryptodev_scheduler.h', 'rte_cryptodev_scheduler_operations.h', ) -- 2.20.1