RE: [PATCH 1/1] s390/pci: expose a PCI device's UID as its index

2021-04-18 Thread K, Narendra
el.org; linux- > s...@vger.kernel.org > Subject: Re: [PATCH 1/1] s390/pci: expose a PCI device's UID as its index > > > [EXTERNAL EMAIL] > > > > On 4/16/21 7:58 PM, K, Narendra wrote: > >> -Original Message- > >> From: Niklas Schnelle > >>

Re: [PATCH 1/1] s390/pci: expose a PCI device's UID as its index

2021-04-17 Thread Viktor Mihajlovski
...@vger.kernel.org; linux-s...@vger.kernel.org Subject: Re: [PATCH 1/1] s390/pci: expose a PCI device's UID as its index [EXTERNAL EMAIL] On Wed, 2021-04-14 at 15:17 -0500, Bjorn Helgaas wrote: On Mon, Apr 12, 2021 at 03:59:05PM +0200, Niklas Schnelle wrote: On s390 each PCI device has a user

RE: [PATCH 1/1] s390/pci: expose a PCI device's UID as its index

2021-04-16 Thread K, Narendra
r.kernel.org; linux-s...@vger.kernel.org > Subject: Re: [PATCH 1/1] s390/pci: expose a PCI device's UID as its index > > > [EXTERNAL EMAIL] > > On Wed, 2021-04-14 at 15:17 -0500, Bjorn Helgaas wrote: > > On Mon, Apr 12, 2021 at 03:59:05PM +0200, Niklas Schnelle wrote: > > &

Re: [PATCH 1/1] s390/pci: expose a PCI device's UID as its index

2021-04-15 Thread Niklas Schnelle
On Wed, 2021-04-14 at 15:17 -0500, Bjorn Helgaas wrote: > On Mon, Apr 12, 2021 at 03:59:05PM +0200, Niklas Schnelle wrote: > > On s390 each PCI device has a user-defined ID (UID) exposed under > > /sys/bus/pci/devices//uid. This ID was designed to serve as the PCI > > device's primary index and to

Re: [PATCH 1/1] s390/pci: expose a PCI device's UID as its index

2021-04-14 Thread Bjorn Helgaas
On Mon, Apr 12, 2021 at 03:59:05PM +0200, Niklas Schnelle wrote: > On s390 each PCI device has a user-defined ID (UID) exposed under > /sys/bus/pci/devices//uid. This ID was designed to serve as the PCI > device's primary index and to match the device within Linux to the > device configured in the

[PATCH 1/1] s390/pci: expose a PCI device's UID as its index

2021-04-12 Thread Niklas Schnelle
On s390 each PCI device has a user-defined ID (UID) exposed under /sys/bus/pci/devices//uid. This ID was designed to serve as the PCI device's primary index and to match the device within Linux to the device configured in the hypervisor. To serve as a primary identifier the UID must be unique