Skip to content

System Topology Service #58

Description

@sid-agrawal

The topology information of a board contains information like how many cores are present and which RAM banks are closer to which cores, what is the cache config and what is the {VA/PA} mapping to a set of cache.

The topology service provides some of the RR, which is static, depends on the board, and, most importantly, does not allow the OS to change.

  1. Given a PA return:
    1. Caches sets it can be in a given CPU core
    2. Which DRAM buses it can touch
  2. Given a CPU Core return:
    1. Which DRAM is near
    2. Which other Cores does it share with it its
      1. L1 cache
      2. L2 cache
      3. L3 cache

Details of ODroid

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    • Status
      Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions