DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] dma/hisilicon: fix header file self contained
@ 2022-06-14  9:33 Chengwen Feng
  2022-06-15 14:34 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Chengwen Feng @ 2022-06-14  9:33 UTC (permalink / raw)
  To: thomas; +Cc: dev, humin29

From: "Min Hu (Connor)" <humin29@huawei.com>

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

Fixes: 9e16317a38f9 ("dma/hisilicon: add probing")
Cc: stable@dpdk.org

Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
Signed-off-by: Chengwen Feng <fengchengwen@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 deb1357eea..5a17f9f69e 100644
--- a/drivers/dma/hisilicon/hisi_dmadev.h
+++ b/drivers/dma/hisilicon/hisi_dmadev.h
@@ -7,6 +7,8 @@
 
 #include <rte_byteorder.h>
 #include <rte_common.h>
+#include <rte_memzone.h>
+#include <rte_dmadev_pmd.h>
 
 #define BIT(x)	(1ul << (x))
 #define BITS_PER_LONG	(__SIZEOF_LONG__ * 8)
-- 
2.33.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] dma/hisilicon: fix header file self contained
  2022-06-14  9:33 [PATCH] dma/hisilicon: fix header file self contained Chengwen Feng
@ 2022-06-15 14:34 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2022-06-15 14:34 UTC (permalink / raw)
  To: Chengwen Feng; +Cc: dev, humin29

14/06/2022 11:33, Chengwen Feng:
> From: "Min Hu (Connor)" <humin29@huawei.com>
> 
> Header files should be self contained. This patch fixed it.
> 
> Fixes: 9e16317a38f9 ("dma/hisilicon: add probing")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
> Signed-off-by: Chengwen Feng <fengchengwen@huawei.com>

Applied, thanks.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-15 14:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-14  9:33 [PATCH] dma/hisilicon: fix header file self contained Chengwen Feng
2022-06-15 14:34 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).