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

Support for kernels with CONFIG_NUMA=n #198

Closed
cnd opened this issue Sep 12, 2016 · 0 comments
Closed

Support for kernels with CONFIG_NUMA=n #198

cnd opened this issue Sep 12, 2016 · 0 comments
Labels

Comments

@cnd
Copy link

cnd commented Sep 12, 2016

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

@3XX0 3XX0 added the bug label Sep 13, 2016
@flx42 flx42 closed this as completed in 703b717 Dec 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants