Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Support for kernels with CONFIG_NUMA=n #198

@Cynede

Description

@Cynede

this function:

func numaNode(busid string) (uint, error) {

should return 0,nil if there is no numa

there is no numa when kernel has no numa support (CONFIG_NUMA=n)

when numa is not used all the stuff should be binded to 0 so it's fine

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions