Re: [PATCH v3 0/8] PCI: Align small BARs

2024-08-07 Thread Arnd Bergmann
On Wed, Aug 7, 2024, at 17:17, Stewart Hildebrand wrote: > In this context, "small" is defined as max(SZ_4K, PAGE_SIZE). > > This series sets the default minimum resource alignment to > max(SZ_4K, PAGE_SIZE) for memory BARs. In preparation, it makes an > optimization and addresses some corner cases

[PATCH v3 0/8] PCI: Align small BARs

2024-08-07 Thread Stewart Hildebrand
In this context, "small" is defined as max(SZ_4K, PAGE_SIZE). This series sets the default minimum resource alignment to max(SZ_4K, PAGE_SIZE) for memory BARs. In preparation, it makes an optimization and addresses some corner cases observed when reallocating BARs. I consider the prepapatory patch