22 #if !defined(VFIO_PRESENT) && defined(RTE_EAL_VFIO) 23 #include <linux/version.h> 24 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 6, 0) 27 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0) 28 #define HAVE_VFIO_DEV_REQ_INTERFACE 34 #include <linux/vfio.h> 36 #define VFIO_DIR "/dev/vfio" 37 #define VFIO_CONTAINER_PATH "/dev/vfio/vfio" 38 #define VFIO_GROUP_FMT "/dev/vfio/%u" 39 #define VFIO_NOIOMMU_GROUP_FMT "/dev/vfio/noiommu-%u" 40 #define VFIO_GET_REGION_ADDR(x) ((uint64_t) x << 40ULL) 41 #define VFIO_GET_REGION_IDX(x) (x >> 40) 42 #define VFIO_NOIOMMU_MODE \ 43 "/sys/module/vfio/parameters/enable_unsafe_noiommu_mode" 46 #ifdef VFIO_NOIOMMU_IOMMU 47 #define RTE_VFIO_NOIOMMU VFIO_NOIOMMU_IOMMU 49 #define RTE_VFIO_NOIOMMU 8 56 #ifdef VFIO_REGION_INFO_FLAG_CAPS 57 #define RTE_VFIO_INFO_FLAG_CAPS VFIO_REGION_INFO_FLAG_CAPS 58 #define VFIO_CAP_OFFSET(x) (x->cap_offset) 60 #define RTE_VFIO_INFO_FLAG_CAPS (1 << 3) 61 #define VFIO_CAP_OFFSET(x) (x->resv) 62 struct vfio_info_cap_header {
70 #ifdef VFIO_REGION_INFO_CAP_MSIX_MAPPABLE 71 #define RTE_VFIO_CAP_MSIX_MAPPABLE VFIO_REGION_INFO_CAP_MSIX_MAPPABLE 73 #define RTE_VFIO_CAP_MSIX_MAPPABLE 3 79 struct vfio_device_info;
83 #define RTE_VFIO_DEFAULT_CONTAINER_FD (-1) 111 int *vfio_dev_fd,
struct vfio_device_info *device_info);
258 const char *dev_addr,
int *iommu_group_num);
374 uint64_t iova, uint64_t len);
398 uint64_t iova, uint64_t len);
int rte_vfio_enable(const char *modname)
int rte_vfio_noiommu_is_enabled(void)
int rte_vfio_release_device(const char *sysfs_base, const char *dev_addr, int fd)
int rte_vfio_setup_device(const char *sysfs_base, const char *dev_addr, int *vfio_dev_fd, struct vfio_device_info *device_info)
int rte_vfio_get_group_num(const char *sysfs_base, const char *dev_addr, int *iommu_group_num)
int rte_vfio_clear_group(int vfio_group_fd)
int rte_vfio_container_destroy(int container_fd)
int rte_vfio_dma_unmap(uint64_t vaddr, uint64_t iova, uint64_t len)
int rte_vfio_get_group_fd(int iommu_group_num)
int rte_vfio_is_enabled(const char *modname)
int rte_vfio_container_group_bind(int container_fd, int iommu_group_num)
int rte_vfio_container_create(void)
int rte_vfio_container_dma_map(int container_fd, uint64_t vaddr, uint64_t iova, uint64_t len)
int rte_vfio_dma_map(uint64_t vaddr, uint64_t iova, uint64_t len)
int rte_vfio_get_container_fd(void)
int rte_vfio_container_dma_unmap(int container_fd, uint64_t vaddr, uint64_t iova, uint64_t len)
int rte_vfio_container_group_unbind(int container_fd, int iommu_group_num)