Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c718 unsigned int cur_page, n_pages, pgsz_idx; in create_extmem() local
724 for (pgsz_idx = 0; pgsz_idx < RTE_DIM(pgsizes); pgsz_idx++) { in create_extmem()
726 if (pgsizes[pgsz_idx] > SIZE_MAX) in create_extmem()
729 cur_pgsz = pgsizes[pgsz_idx]; in create_extmem()