raw/dpaa2_qdma: fix IOVA as VA flag
Fixes: b1ee472fed58 ("raw/dpaa2_qdma: introduce the DPAA2 QDMA driver") Cc: stable@dpdk.org Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
This commit is contained in:
parent
be20a3a423
commit
8232129e57
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user