patch 'raw/ioat: fix build missing errno include' has been queued to stable release 21.11.2

Kevin Traynor ktraynor at redhat.com
Tue Jun 28 17:19:13 CEST 2022


Hi,

FYI, your patch has been queued to stable release 21.11.2

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 06/30/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/d028271a0af3a15b0871b924d46e64406a320f33

Thanks.

Kevin

---
>From d028271a0af3a15b0871b924d46e64406a320f33 Mon Sep 17 00:00:00 2001
From: Bruce Richardson <bruce.richardson at intel.com>
Date: Thu, 23 Jun 2022 14:49:31 +0100
Subject: [PATCH] raw/ioat: fix build missing errno include

[ upstream commit dd51b7bd66f4994ca50ba071f2b70dc18eed59a1 ]

The inline functions in rte_idxd_rawdev_fns.h make use of rte_errno, but
the header with its definition is not included by that file leading to
build errors.

Fixes: f82c87eb14a4 ("raw/ioat: move idxd functions to separate file")

Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
---
 drivers/raw/ioat/rte_idxd_rawdev_fns.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/raw/ioat/rte_idxd_rawdev_fns.h b/drivers/raw/ioat/rte_idxd_rawdev_fns.h
index 3ea25f6ca9..a07892faa0 100644
--- a/drivers/raw/ioat/rte_idxd_rawdev_fns.h
+++ b/drivers/raw/ioat/rte_idxd_rawdev_fns.h
@@ -17,4 +17,5 @@
 
 #include <stdint.h>
+#include <rte_errno.h>
 
 /*
-- 
2.34.3

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2022-06-28 16:18:04.091463768 +0100
+++ 0001-raw-ioat-fix-build-missing-errno-include.patch	2022-06-28 16:18:03.995387177 +0100
@@ -1 +1 @@
-From dd51b7bd66f4994ca50ba071f2b70dc18eed59a1 Mon Sep 17 00:00:00 2001
+From d028271a0af3a15b0871b924d46e64406a320f33 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit dd51b7bd66f4994ca50ba071f2b70dc18eed59a1 ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org



More information about the stable mailing list