Re: [PATCH 00/24] PCI: Bridge window selection improvements

2025-09-01 Thread Geert Uytterhoeven
CC Greg On Thu, 28 Aug 2025 at 00:36, Bjorn Helgaas wrote: > On Fri, Aug 22, 2025 at 05:55:41PM +0300, Ilpo Järvinen wrote: > > This series is based on top of the three resource fitting and > > assignment algorithm fixes (v3). > > > > PCI resource fitting and assignment code needs to find the bri

Re: [PATCH 00/24] PCI: Bridge window selection improvements

2025-08-28 Thread Bjorn Helgaas
On Thu, Aug 28, 2025 at 07:47:06PM +0300, Ilpo Järvinen wrote: > On Wed, 27 Aug 2025, Bjorn Helgaas wrote: > > On Fri, Aug 22, 2025 at 05:55:41PM +0300, Ilpo Järvinen wrote: > > > This series is based on top of the three resource fitting and > > > assignment algorithm fixes (v3). > > > > > > PCI r

Re: [PATCH 00/24] PCI: Bridge window selection improvements

2025-08-28 Thread Ilpo Järvinen
On Wed, 27 Aug 2025, Bjorn Helgaas wrote: > On Fri, Aug 22, 2025 at 05:55:41PM +0300, Ilpo Järvinen wrote: > > This series is based on top of the three resource fitting and > > assignment algorithm fixes (v3). > > > > PCI resource fitting and assignment code needs to find the bridge > > window a

Re: [PATCH 00/24] PCI: Bridge window selection improvements

2025-08-27 Thread Bjorn Helgaas
On Fri, Aug 22, 2025 at 05:55:41PM +0300, Ilpo Järvinen wrote: > This series is based on top of the three resource fitting and > assignment algorithm fixes (v3). > > PCI resource fitting and assignment code needs to find the bridge > window a resource belongs to in multiple places, yet, no common

Re: [PATCH 00/24] PCI: Bridge window selection improvements

2025-08-22 Thread Ilpo Järvinen
On Fri, 22 Aug 2025, Ilpo Järvinen wrote: > This series is based on top of the three resource fitting and > assignment algorithm fixes (v3). I realized I didn't include a link to those patches. It's this series: https://lore.kernel.org/linux-pci/20250822123359.16305-1-ilpo.jarvi...@linux.intel.

[PATCH 00/24] PCI: Bridge window selection improvements

2025-08-22 Thread Ilpo Järvinen
This series is based on top of the three resource fitting and assignment algorithm fixes (v3). PCI resource fitting and assignment code needs to find the bridge window a resource belongs to in multiple places, yet, no common function for that exists. Thus, each site has its own version of the deci