[PATCH v1 1/1] usertools/devbind: fix NUMA node display
Stephen Hemminger
stephen at networkplumber.org
Thu Nov 28 18:20:02 CET 2024
On Thu, 28 Nov 2024 16:08:55 +0000
Anatoly Burakov <anatoly.burakov at intel.com> wrote:
> + # occasionally, system may report NUMA support but lspci will not, so we
> + # want to go through all devices and see if any of them do not have NUMANode
> + # property - this will mean it is not safe to try to access it
> + for device_dict in devices.values():
> + if "NUMANode" not in device_dict:
> + return False
Any indication as to why this happens, what kernel, what device?
More information about the dev
mailing list