![]() |
FD.io VPP
v18.07-34-g55fbdb9
Vector Packet Processing
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | linux_pci_vfio_iommu_group_t |
| struct | linux_vfio_main_t |
Macros | |
| #define | LINUX_VFIO_F_HAVE_IOMMU (1 << 0) |
| #define | LINUX_VFIO_F_HAVE_NOIOMMU (1 << 1) |
Functions | |
| clib_error_t * | linux_vfio_init (vlib_main_t *vm) |
| void | linux_vfio_dma_map_regions (vlib_main_t *vm) |
| clib_error_t * | linux_vfio_group_get_device_fd (vlib_pci_addr_t *addr, int *fd) |
Variables | |
| linux_vfio_main_t | vfio_main |
| void linux_vfio_dma_map_regions | ( | vlib_main_t * | vm | ) |
| clib_error_t* linux_vfio_group_get_device_fd | ( | vlib_pci_addr_t * | addr, |
| int * | fd | ||
| ) |
| clib_error_t* linux_vfio_init | ( | vlib_main_t * | vm | ) |
| linux_vfio_main_t vfio_main |