On Thu, 28 Nov 2024 16:08:55 +0000
Anatoly Burakov <anatoly.bura...@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?

Reply via email to