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: tal...@nvidia.com > > Cc: sta...@dpdk.org > > > > Reported-by: Vipin Varghese <vipin.vargh...@intel.com> > > Signed-off-by: Pallavi Kadam <pallavi.ka...@intel.com> > > Acked-by: Tal Shnaiderman <tal...@nvidia.com>
Applied, thanks