Searched defs:rte_memseg_list (Results 1 – 1 of 1) sorted by relevance
64 struct rte_memseg_list { struct66 union {72 uint64_t page_sz; /**< Page size for all memsegs in this list. */73 int socket_id; /**< Socket ID for all memsegs in this list. */74 volatile uint32_t version; /**< version number for multiprocess sync. */75 size_t len; /**< Length of memory area covered by this memseg list. */76 unsigned int external; /**< 1 if this list points to external memory */77 unsigned int heap; /**< 1 if this list points to a heap */78 struct rte_fbarray memseg_arr;