bus/pci: change IOVA as VA flag name
[dpdk.git] / drivers / mempool / octeontx / octeontx_fpavf.c
index 4cf387e..baabc01 100644 (file)
@@ -799,7 +799,7 @@ static const struct rte_pci_id pci_fpavf_map[] = {
 
 static struct rte_pci_driver pci_fpavf = {
        .id_table = pci_fpavf_map,
-       .drv_flags = RTE_PCI_DRV_NEED_MAPPING | RTE_PCI_DRV_IOVA_AS_VA,
+       .drv_flags = RTE_PCI_DRV_NEED_MAPPING | RTE_PCI_DRV_NEED_IOVA_AS_VA,
        .probe = fpavf_probe,
 };