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 098D9A051C for ; Tue, 11 Feb 2020 12:42:49 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 00C981C012; Tue, 11 Feb 2020 12:42:49 +0100 (CET) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by dpdk.org (Postfix) with ESMTP id 2CB3E1C0B5 for ; Tue, 11 Feb 2020 12:42:48 +0100 (CET) Received: by mail-wr1-f66.google.com with SMTP id z7so11903421wrl.13 for ; Tue, 11 Feb 2020 03:42:48 -0800 (PST) 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=hvdk3c1i4iy2d14zywI4msE6ZPHUnH1KHCJayprI4wE=; b=bj8cEWD4NhqZxxNwk1sT6onLcGFPpZrk3yBflIQJ0oiElwAj5lhvBFQbx6rFOZohuT 5ZMWZ3loB87pBz+LOunrcHUsw7qeGBMSuLdG819mCOQTLmV2hxNv1nJ51kNCTbTWaT3R PWXPpgicjKqz/2TdHTnO7bAe3Ikw+SWXPh8M4UqTub+pckhWxwbizGBDj7voHGaF9ATo eHbeYVvYn94roPyaCV++gS2QNA1vf3U+EJlg/Fhjcb0SyeRLnjdKx2Abd933aZFbqdSQ VRppesPNp+s6pnXbnGFe/Io5OMfJYuELh1m63VlaYqoRGL7D0Fb15DvhtX5QBSt9taA7 gxfA== 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=hvdk3c1i4iy2d14zywI4msE6ZPHUnH1KHCJayprI4wE=; b=Fhdus2PzDhcNHoJVWKL50eKm/xufKzXHRgYlJdyvEcv9EkRpv2B/WzyJnf65JqS1vP oj0vBGWb7XN73vxufaDNGC5qZI9D2sXiGkgnDWFJAp0xwDmtAecXLG+h7UUNjcHuituV ElF92WjIWSKbThiNg+38AHHiEIBMmC0JZkoevW2QtuqJqoJDwe9PSVkjVteoYF0YqC/J ilThTAFZScoL9Wh/1GLxQ/xWL+F/9HUpg3jtK832qkpbMz8KMRHdrIi8xvMegq/TCoI9 LYhhqwM5n+QKdE8ayXcyNOO5THrP5ISNNDrF1a977xVI0EgyZbeP0fxZj+bzXZEk1XaK 7lrw== X-Gm-Message-State: APjAAAWS8TUyNNvActWEeupiN/iGQu6nKW7IH47S+IoqPr25OtIiFTQU +6+LLKsZMqr9jj03ahXDiJlirs/dg4k= X-Google-Smtp-Source: APXvYqx3VFVRaibW8g9alWke7kzzGiByWtVqpt+dhnF5H6B/a9fZrQCc9PHmbo/ax46U0w3/GnNwTQ== X-Received: by 2002:a5d:4d12:: with SMTP id z18mr8289611wrt.139.1581421367924; Tue, 11 Feb 2020 03:42:47 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id 16sm3286572wmi.0.2020.02.11.03.42.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Feb 2020 03:42:47 -0800 (PST) From: luca.boccassi@gmail.com To: Junxiao Shi Cc: Bruce Richardson , dpdk stable Date: Tue, 11 Feb 2020 11:22:13 +0000 Message-Id: <20200211112216.3929-187-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200211112216.3929-1-luca.boccassi@gmail.com> References: <20200211112216.3929-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'bpf: fix headers install with meson' has been queued to stable release 19.11.1 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.1 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 02/13/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 6c42ff93982b86f057a0b9123777385c024cd1c0 Mon Sep 17 00:00:00 2001 From: Junxiao Shi Date: Mon, 27 Jan 2020 14:38:00 -0700 Subject: [PATCH] bpf: fix headers install with meson [ upstream commit 0e8d1ea327d4bd45fd24948be45dcc6716473753 ] Previously, when librte_bpf is built with meson+ninja, its headers such as bpf_def is not installed to the system. This commit fixes this problem. Fixes: 94972f35a02e ("bpf: add BPF loading and execution framework") Signed-off-by: Junxiao Shi Acked-by: Bruce Richardson --- lib/librte_bpf/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_bpf/meson.build b/lib/librte_bpf/meson.build index 13fc02db38..52cfaf9ac2 100644 --- a/lib/librte_bpf/meson.build +++ b/lib/librte_bpf/meson.build @@ -14,7 +14,7 @@ elif dpdk_conf.has('RTE_ARCH_ARM64') sources += files('bpf_jit_arm64.c') endif -install_headers = files('bpf_def.h', +install_headers('bpf_def.h', 'rte_bpf.h', 'rte_bpf_ethdev.h') -- 2.20.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2020-02-11 11:17:45.005266493 +0000 +++ 0187-bpf-fix-headers-install-with-meson.patch 2020-02-11 11:17:38.840009574 +0000 @@ -1,14 +1,15 @@ -From 0e8d1ea327d4bd45fd24948be45dcc6716473753 Mon Sep 17 00:00:00 2001 +From 6c42ff93982b86f057a0b9123777385c024cd1c0 Mon Sep 17 00:00:00 2001 From: Junxiao Shi Date: Mon, 27 Jan 2020 14:38:00 -0700 Subject: [PATCH] bpf: fix headers install with meson +[ upstream commit 0e8d1ea327d4bd45fd24948be45dcc6716473753 ] + Previously, when librte_bpf is built with meson+ninja, its headers such as bpf_def is not installed to the system. This commit fixes this problem. Fixes: 94972f35a02e ("bpf: add BPF loading and execution framework") -Cc: stable@dpdk.org Signed-off-by: Junxiao Shi Acked-by: Bruce Richardson