[dpdk-stable] patch 'telemetry: fix missing header include' has been queued to stable release 20.11.1

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri Feb 5 12:17:45 CET 2021


Hi,

FYI, your patch has been queued to stable release 20.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/07/21. 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/bluca/dpdk-stable

This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/3a35f5f961a270a64df4fb00d3b47b464cdffefd

Thanks.

Luca Boccassi

---
>From 3a35f5f961a270a64df4fb00d3b47b464cdffefd Mon Sep 17 00:00:00 2001
From: Bruce Richardson <bruce.richardson at intel.com>
Date: Fri, 15 Jan 2021 11:10:34 +0000
Subject: [PATCH] telemetry: fix missing header include

[ upstream commit 354e43b1aa082e74239000a42673a8b247787481 ]

The telemetry header file uses the rte_cpuset_t type, but does not
include any header providing that type. Include rte_os.h to provide the
necessary type.

Fixes: febbebf7f255 ("telemetry: keep threads separate from data plane")

Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
Reviewed-by: David Marchand <david.marchand at redhat.com>
---
 lib/librte_telemetry/rte_telemetry.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/librte_telemetry/rte_telemetry.h b/lib/librte_telemetry/rte_telemetry.h
index 4693275c24..76172222c9 100644
--- a/lib/librte_telemetry/rte_telemetry.h
+++ b/lib/librte_telemetry/rte_telemetry.h
@@ -4,7 +4,9 @@
 
 #include <stdint.h>
 #include <sched.h>
+
 #include <rte_compat.h>
+#include <rte_os.h>
 
 #ifndef _RTE_TELEMETRY_H_
 #define _RTE_TELEMETRY_H_
-- 
2.29.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-02-05 11:18:37.238331309 +0000
+++ 0179-telemetry-fix-missing-header-include.patch	2021-02-05 11:18:29.138697432 +0000
@@ -1 +1 @@
-From 354e43b1aa082e74239000a42673a8b247787481 Mon Sep 17 00:00:00 2001
+From 3a35f5f961a270a64df4fb00d3b47b464cdffefd Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 354e43b1aa082e74239000a42673a8b247787481 ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org


More information about the stable mailing list