Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pci_vfio_is_enabled
Function
pci_vfio_is_enabled
dpdk/drivers/bus/pci/linux/pci_vfio.c:1324–1328 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1322
}
1323
1324
int
1325
pci_vfio_is_enabled(void)
1326
{
1327
return rte_vfio_is_enabled(
"vfio_pci"
);
1328
}
1329
#endif
Callers
4
rte_pci_map_device
Function · 0.85
rte_pci_unmap_device
Function · 0.85
rte_pci_ioport_map
Function · 0.85
rte_pci_ioport_unmap
Function · 0.85
Calls
1
rte_vfio_is_enabled
Function · 0.50
Tested by
no test coverage detected