return the number of memory channels */
| 630 | |
| 631 | /* return the number of memory channels */ |
| 632 | unsigned rte_memory_get_nchannel(void) |
| 633 | { |
| 634 | return rte_eal_get_configuration()->mem_config->nchannel; |
| 635 | } |
| 636 | |
| 637 | /* return the number of memory rank */ |
| 638 | unsigned rte_memory_get_nrank(void) |
no test coverage detected