23/09/2021 17:44, Tal Shnaiderman:
> > Subject: [PATCH] bus/pci: fix numa node return value
> >
> > On older CPUs, currently numa_node returns value only for socket 0.
> > Instead, application should be able to make correct decision and also to
> > keep
> > consistent with the Linux code, replace the return value to -1.
> >
> > Fixes: ac7c98d04f2c ("bus/pci: ignore missing NUMA node on Windows")
> > Cc: [email protected]
> > Cc: [email protected]
> >
> > Reported-by: Vipin Varghese <[email protected]>
> > Signed-off-by: Pallavi Kadam <[email protected]>
>
> Acked-by: Tal Shnaiderman <[email protected]>
Applied, thanks