On Fri, 05 Sep 2025 20:42:10 +0200, Marek Vasut wrote: > Currently, the test allocates BAR sizes according to fixed table > bar_size[] = { 512, 512, 1024, 16384, 131072, 1048576 } . This > does not work with controllers which have fixed size BARs that > is smaller than the requested BAR size. One such controller is > Renesas R-Car V4H PCIe controller, which has BAR4 size limited > to 256 Bytes, which is much less than 131072 currently requested > by this test. a lot of controllers drivers in-tree have fixed > size BARs, and they do work perfectly fine, but it is only > because their fixed size is larger than the size requested > by pci-epf-test.c > > [...] Applied, thanks! [1/1] PCI: endpoint: pci-epf-test: Limit PCIe BAR size for fixed BARs commit: db4291ba733d857f2326db88c5c41ad6072350e5 Best regards, -- Manivannan Sadhasivam <mani@xxxxxxxxxx>