Dump the physical memory layout on console */
| 532 | |
| 533 | /* Dump the physical memory layout on console */ |
| 534 | void |
| 535 | rte_dump_physmem_layout(FILE *f) |
| 536 | { |
| 537 | rte_memseg_walk(dump_memseg, f); |
| 538 | } |
| 539 | |
| 540 | static int |
| 541 | check_iova(const struct rte_memseg_list *msl __rte_unused, |