patch 'dma/hisilicon: fix includes in header file' has been queued to stable release 21.11.2

Kevin Traynor ktraynor at redhat.com
Mon Jun 20 11:47:52 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/23/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/8e8886a0e995f698fee349c12a455649b5b41250

Thanks.

Kevin

---
>From 8e8886a0e995f698fee349c12a455649b5b41250 Mon Sep 17 00:00:00 2001
From: "Min Hu (Connor)" <humin29 at huawei.com>
Date: Tue, 14 Jun 2022 17:33:19 +0800
Subject: [PATCH] dma/hisilicon: fix includes in header file

[ upstream commit 7342e612052ae3ec875ae018548324d29abfa9c2 ]

Header files should be self contained. This patch fixed it.

Fixes: 9e16317a38f9 ("dma/hisilicon: add probing")

Signed-off-by: Min Hu (Connor) <humin29 at huawei.com>
Signed-off-by: Chengwen Feng <fengchengwen at huawei.com>
---
 drivers/dma/hisilicon/hisi_dmadev.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/dma/hisilicon/hisi_dmadev.h b/drivers/dma/hisilicon/hisi_dmadev.h
index 12e209c86e..f06c851825 100644
--- a/drivers/dma/hisilicon/hisi_dmadev.h
+++ b/drivers/dma/hisilicon/hisi_dmadev.h
@@ -8,4 +8,6 @@
 #include <rte_byteorder.h>
 #include <rte_common.h>
+#include <rte_memzone.h>
+#include <rte_dmadev_pmd.h>
 
 #define BIT(x)	(1ul << (x))
-- 
2.34.3

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2022-06-20 10:46:28.189242595 +0100
+++ 0019-dma-hisilicon-fix-includes-in-header-file.patch	2022-06-20 10:46:27.797146858 +0100
@@ -1 +1 @@
-From 7342e612052ae3ec875ae018548324d29abfa9c2 Mon Sep 17 00:00:00 2001
+From 8e8886a0e995f698fee349c12a455649b5b41250 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 7342e612052ae3ec875ae018548324d29abfa9c2 ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
@@ -18 +19 @@
-index deb1357eea..5a17f9f69e 100644
+index 12e209c86e..f06c851825 100644



More information about the stable mailing list