DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] raw/dpaa2_qdma: fix the IOVA as VA flag for driver
@ 2018-06-21  9:15 Hemant Agrawal
  2018-07-12 13:02 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Hemant Agrawal @ 2018-06-21  9:15 UTC (permalink / raw)
  To: dev; +Cc: nipun.gupta, stable

Fixes: b1ee472fed58 ("raw/dpaa2_qdma: introduce the DPAA2 QDMA driver")
Cc: stable@dpdk.org

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
 drivers/raw/dpaa2_qdma/dpaa2_qdma.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/raw/dpaa2_qdma/dpaa2_qdma.c b/drivers/raw/dpaa2_qdma/dpaa2_qdma.c
index 1d15c30..e4608a4 100644
--- a/drivers/raw/dpaa2_qdma/dpaa2_qdma.c
+++ b/drivers/raw/dpaa2_qdma/dpaa2_qdma.c
@@ -985,6 +985,7 @@ rte_dpaa2_qdma_remove(struct rte_dpaa2_device *dpaa2_dev)
 }
 
 static struct rte_dpaa2_driver rte_dpaa2_qdma_pmd = {
+	.drv_flags = RTE_DPAA2_DRV_IOVA_AS_VA,
 	.drv_type = DPAA2_QDMA,
 	.probe = rte_dpaa2_qdma_probe,
 	.remove = rte_dpaa2_qdma_remove,
-- 
2.7.4

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

* Re: [dpdk-dev] [PATCH] raw/dpaa2_qdma: fix the IOVA as VA flag for driver
  2018-06-21  9:15 [dpdk-dev] [PATCH] raw/dpaa2_qdma: fix the IOVA as VA flag for driver Hemant Agrawal
@ 2018-07-12 13:02 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-07-12 13:02 UTC (permalink / raw)
  To: Hemant Agrawal; +Cc: dev, nipun.gupta, stable

21/06/2018 11:15, Hemant Agrawal:
> Fixes: b1ee472fed58 ("raw/dpaa2_qdma: introduce the DPAA2 QDMA driver")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>

Applied

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

end of thread, other threads:[~2018-07-12 13:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-21  9:15 [dpdk-dev] [PATCH] raw/dpaa2_qdma: fix the IOVA as VA flag for driver Hemant Agrawal
2018-07-12 13:02 ` 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).