Home
last modified time | relevance | path

Searched refs:iovas (Results 1 – 1 of 1) sorted by relevance

/dpdk/app/test-pmd/
H A Dtestpmd.c836 rte_iova_t *iovas = NULL; in create_extmem() local
870 iovas = malloc(sizeof(*iovas) * n_pages); in create_extmem()
872 if (iovas == NULL) { in create_extmem()
894 iovas[cur_page] = iova; in create_extmem()
900 if (iovas == NULL) in create_extmem()
906 param->iova_table = iovas; in create_extmem()
911 free(iovas); in create_extmem()