Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_extmem_attach
Function
rte_extmem_attach
dpdk/lib/eal/common/eal_common_memory.c:1008–1012 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1006
}
1007
1008
int
1009
rte_extmem_attach(void *va_addr, size_t len)
1010
{
1011
return sync_memory(va_addr, len, true);
1012
}
1013
1014
int
1015
rte_extmem_detach(void *va_addr, size_t len)
Callers
1
test_extmem_invalid_param
Function · 0.85
Calls
1
sync_memory
Function · 0.70
Tested by
1
test_extmem_invalid_param
Function · 0.68