linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] PCI: support numa node specification on a per device basis.
@ 2018-09-12 15:21 Jonathan Cameron
  2018-09-12 15:21 ` [PATCH 1/1] pci: Pick up the acpi numa node value if it is specified at the device level Jonathan Cameron
  0 siblings, 1 reply; 12+ messages in thread
From: Jonathan Cameron @ 2018-09-12 15:21 UTC (permalink / raw)
  To: bhelgaas; +Cc: lorenzo.pieralisi, linux-pci, linuxarm, Jonathan Cameron

The ACPI specification allows individual PCI devices to be associated
with proximity domains that may or may not be the same as the host bridge
below which they are attached.   This is done with the _PXM method.
Unfortunately Linux doesn't take any notice of this as it would normally
be done during the device_add but that stage the ACPI firmware node
is not yet associated with the device as this is not done until the
call to acpi_pci_find_companion which is called form acpi_platform_notify
only after the device_add.

The easiest place to make this association seems to be pci_acpi_setup,
but there are lots of alternative possibilities.

Jonathan Cameron (1):
  pci: Pick up the acpi numa node value if it is specified at the device
    level.

 drivers/pci/pci-acpi.c | 5 +++++
 1 file changed, 5 insertions(+)

-- 
2.18.0

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-11-15 10:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-12 15:21 [PATCH 0/1] PCI: support numa node specification on a per device basis Jonathan Cameron
2018-09-12 15:21 ` [PATCH 1/1] pci: Pick up the acpi numa node value if it is specified at the device level Jonathan Cameron
2018-09-12 17:32   ` Bjorn Helgaas
     [not found]   ` <e4bd3423-ae2a-262c-1391-f9741ac4fdd0@geanix.com>
2018-11-13  9:24     ` Jonathan Cameron
2018-11-13  9:33       ` Jonathan Cameron
     [not found]       ` <8a0fd569-fa52-b884-ef0d-18aab1ef8c3f@geanix.com>
2018-11-13 10:23         ` Jonathan Cameron
2018-11-13 10:26           ` Martin Hundebøll
2018-11-13 14:49             ` Jonathan Cameron
     [not found]               ` <c02e2579-3572-533d-2c14-b7fe35a1057b@geanix.com>
2018-11-14  8:57                 ` Jonathan Cameron
2018-11-14  9:31                   ` Martin Hundebøll
2018-11-15 10:24                     ` Jonathan Cameron
2018-11-15 10:30                       ` Martin Hundebøll

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).