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

Function rte_extmem_detach

dpdk/lib/eal/common/eal_common_memory.c:1014–1018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1012}
1013
1014int
1015rte_extmem_detach(void *va_addr, size_t len)
1016{
1017 return sync_memory(va_addr, len, false);
1018}
1019
1020/* detach all EAL memory */
1021int

Callers

nothing calls this directly

Calls 1

sync_memoryFunction · 0.70

Tested by

no test coverage detected