On Tue, Apr 01, 2025 at 12:29:19PM +0200, Niklas Cassel wrote: > On Tue, Apr 01, 2025 at 12:05:37PM +0200, Niklas Cassel wrote: > > > > But... I suggest that we just remove the pci_endpoint_test_alloc_irq_vectors() > > call from pci_endpoint_test_probe(). > > ... > > Solution 1. > > > > > > Or, if we want to keep allocating some kind of IRQ vector in probe(), > > just to rule out totally broken platforms, I guess we could also do: > > ... > > Solution 2. > > > > Considering that this is a test driver, I actually think Solution 1 is better. > That way, even if the platform has issues with IRQs, the user can do still do > all the tests/ioctls() that do not require working IRQs, e.g. PCITEST_BAR and > PCITEST_BARS. Can you post patch directly, so I can test it. Frank > > > Kind regards, > Niklas