Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usertools/devbind: fix NUMA node display
On some systems (particularly ones with NUMA disabled in BIOS), even though NUMA nodes may be present in sysfs, the lspci command will not have NUMANode keys in them, which will cause an exception. Fix to check if NUMANode keys are available in lspci output before enabling NUMA node output. Fixes: a7d69ce ("usertools/devbind: print device NUMA node") Signed-off-by: Anatoly Burakov <[email protected]> Acked-by: Robin Jarry <[email protected]>
- Loading branch information