Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_cdx_unmap_device
Function
rte_cdx_unmap_device
dpdk/drivers/bus/cdx/cdx.c:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
void rte_cdx_unmap_device(struct rte_cdx_device *dev)
148
{
149
cdx_vfio_unmap_resource(dev);
150
}
151
152
static struct rte_devargs *
153
cdx_devargs_lookup(const char *dev_name)
Callers
1
cdx_detach_dev
Function · 0.85
Calls
1
cdx_vfio_unmap_resource
Function · 0.85
Tested by
no test coverage detected