MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_vfio_release_device

Function rte_vfio_release_device

dpdk/lib/eal/freebsd/eal.c:966–972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964}
965
966int 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
974int rte_vfio_enable(__rte_unused const char *modname)
975{

Calls

no outgoing calls

Tested by

no test coverage detected