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

Function rte_eal_hugepage_attach

dpdk/lib/eal/linux/eal_memory.c:1677–1686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1675}
1676
1677int
1678rte_eal_hugepage_attach(void)
1679{
1680 const struct internal_config *internal_conf =
1681 eal_get_internal_configuration();
1682
1683 return internal_conf->legacy_mem ?
1684 eal_legacy_hugepage_attach() :
1685 eal_hugepage_attach();
1686}
1687
1688int
1689rte_eal_using_phys_addrs(void)

Callers 1

rte_eal_memory_initFunction · 0.50

Calls 3

eal_hugepage_attachFunction · 0.85

Tested by

no test coverage detected