30/03/2020 06:10, Dmitry Kozlyuk: > +/** > + * Lock region in physical memory and prevent it from swapping. > + * > + * @param virt > + * The virtual address. > + * @param size > + * Size of the region. > + * @return > + * 0 on success, negative on error. > + */ > +__rte_experimental > +int rte_mem_lock(const void *virt, size_t size);
Please refer to the similar rte_mem_lock_page in the above doxygen comment. You could use the syntax @see.