]> git.ipfire.org Git - thirdparty/pciutils.git/commit
NUMA node scanning is now done in an ABI-compatible way
authorMartin Mares <mj@ucw.cz>
Mon, 14 Sep 2015 15:00:28 +0000 (17:00 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 14 Sep 2015 15:00:28 +0000 (17:00 +0200)
commit7ef7f3ec9830ebc3266da7d7bce1fe86ba04032a
tree3b14f533dbcfd44e48d1d7cd583ec1edf6851917
parent5bdd27f66a98943e9e88cd75c7b637f10b420484
NUMA node scanning is now done in an ABI-compatible way

The numa_node field was moved to the end of the public part of
struct pci_dev. As usually, it has to be requested using the
PCI_FILL_NUMA_NODE and pci_fill_info() is versioned.
lib/access.c
lib/internal.h
lib/libpci.ver
lib/pci.h
lib/sysfs.c
lspci.c