Searched refs:RTE_IOVA_PA (Results 1 – 14 of 14) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_bus.c | 218 (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 D | eal_common_options.c | 1315 mode = RTE_IOVA_PA; in eal_parse_iova_mode()
|
| /f-stack/dpdk/drivers/bus/pci/ |
| H A D | pci_common.c | 221 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 D | fslmc_bus.c | 438 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 D | rte_bus.h | 41 RTE_IOVA_PA = (1 << 0), /* DMA using physical address */ enumerator
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal.c | 1090 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 D | eal_vfio.c | 1550 if (rte_eal_iova_mode() == RTE_IOVA_PA) { in find_highest_mem_addr()
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal.c | 776 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 D | pci.c | 612 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 D | env_abstraction_layer.rst | 428 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 D | enetc_ethdev.c | 575 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 D | pci.c | 401 return RTE_IOVA_PA; in pci_device_iova_mode()
|
| /f-stack/dpdk/drivers/bus/dpaa/ |
| H A D | dpaa_bus.c | 716 return RTE_IOVA_PA; in rte_dpaa_get_iommu_class()
|
| /f-stack/dpdk/lib/librte_kni/ |
| H A D | rte_kni.c | 102 if (rte_eal_iova_mode() != RTE_IOVA_PA) { in rte_kni_init()
|