| 964 | } |
| 965 | |
| 966 | int rte_vfio_release_device(__rte_unused const char *sysfs_base, |
| 967 | __rte_unused const char *dev_addr, |
| 968 | __rte_unused int fd) |
| 969 | { |
| 970 | rte_errno = ENOTSUP; |
| 971 | return -1; |
| 972 | } |
| 973 | |
| 974 | int rte_vfio_enable(__rte_unused const char *modname) |
| 975 | { |
no outgoing calls
no test coverage detected