Home
last modified time | relevance | path

Searched refs:RTE_IOVA_PA (Results 1 – 14 of 14) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_bus.c218 (bus_iova_mode == RTE_IOVA_PA ? "PA" : "VA")); in rte_bus_get_iommu_class()
219 if (bus_iova_mode == RTE_IOVA_PA) in rte_bus_get_iommu_class()
227 mode = RTE_IOVA_PA; in rte_bus_get_iommu_class()
H A Deal_common_options.c1315 mode = RTE_IOVA_PA; in eal_parse_iova_mode()
/f-stack/dpdk/drivers/bus/pci/
H A Dpci_common.c221 dev_iova_mode == RTE_IOVA_PA ? "PA" : "VA", in rte_pci_probe_one_driver()
222 iova_mode == RTE_IOVA_PA ? "PA" : "VA"); in rte_pci_probe_one_driver()
679 (dev_iova_mode == RTE_IOVA_PA ? "PA" : "VA")); in rte_pci_get_iommu_class()
680 if (dev_iova_mode == RTE_IOVA_PA) in rte_pci_get_iommu_class()
687 iova_mode = RTE_IOVA_PA; in rte_pci_get_iommu_class()
695 iova_mode = RTE_IOVA_PA; in rte_pci_get_iommu_class()
/f-stack/dpdk/drivers/bus/fslmc/
H A Dfslmc_bus.c438 if (rte_eal_iova_mode() == RTE_IOVA_PA) in rte_fslmc_probe()
535 if (rte_eal_iova_mode() == RTE_IOVA_PA) in rte_fslmc_driver_unregister()
579 return RTE_IOVA_PA; in rte_dpaa2_get_iommu_class()
593 return RTE_IOVA_PA; in rte_dpaa2_get_iommu_class()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_bus.h41 RTE_IOVA_PA = (1 << 0), /* DMA using physical address */ enumerator
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal.c1090 iova_mode = RTE_IOVA_PA; in rte_eal_init()
1101 iova_mode = RTE_IOVA_PA; in rte_eal_init()
1112 iova_mode = RTE_IOVA_PA; in rte_eal_init()
1125 if (rte_eal_iova_mode() == RTE_IOVA_PA && !phys_addrs) { in rte_eal_init()
1132 rte_eal_iova_mode() == RTE_IOVA_PA ? "PA" : "VA"); in rte_eal_init()
H A Deal_vfio.c1550 if (rte_eal_iova_mode() == RTE_IOVA_PA) { in find_highest_mem_addr()
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal.c776 iova_mode = RTE_IOVA_PA; in rte_eal_init()
784 rte_eal_iova_mode() == RTE_IOVA_PA ? "PA" : "VA"); in rte_eal_init()
/f-stack/dpdk/drivers/bus/pci/linux/
H A Dpci.c612 iova_mode = RTE_IOVA_PA; in pci_device_iova_mode()
621 iova_mode = RTE_IOVA_PA; in pci_device_iova_mode()
/f-stack/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst428 On FreeBSD, RTE_IOVA_PA is always the default. On Linux, the IOVA mode is
434 - if all buses report RTE_IOVA_PA, then the preferred IOVA mode is RTE_IOVA_PA,
438 - if the buses disagree (at least one wants RTE_IOVA_PA and at least one wants
447 - otherwise, RTE_IOVA_PA mode is used
454 kernels. Namely, if the preferred mode is RTE_IOVA_PA but there is no access to
466 ``RTE_MEMZONE_IOVA_CONTIG``. This is slow in RTE_IOVA_PA mode and it may
471 It is expected that all PCI drivers work in both RTE_IOVA_PA and
474 If a PCI driver does not support RTE_IOVA_PA mode, the
478 When the KNI kernel module is detected, RTE_IOVA_PA mode is preferred as a
/f-stack/dpdk/drivers/net/enetc/
H A Denetc_ethdev.c575 if (rte_eal_iova_mode() == RTE_IOVA_PA) in enetc_dev_close()
921 if (rte_eal_iova_mode() == RTE_IOVA_PA) in enetc_dev_init()
/f-stack/dpdk/drivers/bus/pci/bsd/
H A Dpci.c401 return RTE_IOVA_PA; in pci_device_iova_mode()
/f-stack/dpdk/drivers/bus/dpaa/
H A Ddpaa_bus.c716 return RTE_IOVA_PA; in rte_dpaa_get_iommu_class()
/f-stack/dpdk/lib/librte_kni/
H A Drte_kni.c102 if (rte_eal_iova_mode() != RTE_IOVA_PA) { in rte_kni_init()