patch 'pflock: fix header file installation' has been queued to stable release 21.11.1

Kevin Traynor ktraynor at redhat.com
Mon Feb 21 16:35:07 CET 2022


Hi,

FYI, your patch has been queued to stable release 21.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/26/22. 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.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/1e770ae59941864df01f2006c4009038434f07d0

Thanks.

Kevin

---
>From 1e770ae59941864df01f2006c4009038434f07d0 Mon Sep 17 00:00:00 2001
From: Martijn Bakker <gladdyu at gmail.com>
Date: Mon, 31 Jan 2022 22:48:21 +0000
Subject: [PATCH] pflock: fix header file installation

[ upstream commit 44f44d8298d55afa6ea37fc01c7ebd77d8e6f2e2 ]

The generic header file was missing
in the list of files to install.

Fixes: 9667d97c2507 ("pflock: add phase-fair reader writer locks")

Signed-off-by: Martijn Bakker <gladdyu at gmail.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
 lib/eal/include/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/eal/include/meson.build b/lib/eal/include/meson.build
index 86468d1a2b..9700494816 100644
--- a/lib/eal/include/meson.build
+++ b/lib/eal/include/meson.build
@@ -61,4 +61,5 @@ generic_headers = files(
         'generic/rte_memcpy.h',
         'generic/rte_pause.h',
+        'generic/rte_pflock.h',
         'generic/rte_power_intrinsics.h',
         'generic/rte_prefetch.h',
-- 
2.34.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2022-02-21 15:22:47.174506774 +0000
+++ 0118-pflock-fix-header-file-installation.patch	2022-02-21 15:22:44.247704477 +0000
@@ -1 +1 @@
-From 44f44d8298d55afa6ea37fc01c7ebd77d8e6f2e2 Mon Sep 17 00:00:00 2001
+From 1e770ae59941864df01f2006c4009038434f07d0 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 44f44d8298d55afa6ea37fc01c7ebd77d8e6f2e2 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org



More information about the stable mailing list