MCPcopy 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
1008int
1009rte_extmem_attach(void *va_addr, size_t len)
1010{
1011 return sync_memory(va_addr, len, true);
1012}
1013
1014int
1015rte_extmem_detach(void *va_addr, size_t len)

Callers 1

Calls 1

sync_memoryFunction · 0.70

Tested by 1