Hi,
Maybe I found a performance issue of XPMEM.
- xpmem_attach use the function "remap_pfn_range" to map page to vma.
- But this funtion will split 2M huge page to 4KB page
- 4KB TLB miss will increase, this is a performance issue
Is there any way to fix this issue?