Skip to content

Performance issue #54

@zhongyuansh

Description

@zhongyuansh

Hi,

Maybe I found a performance issue of XPMEM.

  1. xpmem_attach use the function "remap_pfn_range" to map page to vma.
  2. But this funtion will split 2M huge page to 4KB page
  3. 4KB TLB miss will increase, this is a performance issue

Is there any way to fix this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions