X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Feal_memalloc.h;fp=lib%2Flibrte_eal%2Fcommon%2Feal_memalloc.h;h=a46c69c7206070159f378cf3b6dfcf56fa7a8759;hb=1009ba1704f9cffd47d46fb8eda8671ef30e966d;hp=36bb1a02761db218cd081ff47e835dbc123c9919;hpb=16cab6e5c8e1acc19f0b21ccce171ddfe2126cf7;p=dpdk.git diff --git a/lib/librte_eal/common/eal_memalloc.h b/lib/librte_eal/common/eal_memalloc.h index 36bb1a0276..a46c69c720 100644 --- a/lib/librte_eal/common/eal_memalloc.h +++ b/lib/librte_eal/common/eal_memalloc.h @@ -76,6 +76,12 @@ eal_memalloc_mem_alloc_validator_unregister(const char *name, int socket_id); int eal_memalloc_mem_alloc_validate(int socket_id, size_t new_len); +int +eal_memalloc_get_seg_fd(int list_idx, int seg_idx); + +int +eal_memalloc_set_seg_fd(int list_idx, int seg_idx, int fd); + int eal_memalloc_init(void);