[PATCH v7 4/6] PCI/IOV: Check that VF BAR fits within the reservation

2025-04-05 Thread Michał Winiarski
When the resource representing VF MMIO BAR reservation is created, its size is always large enough to accommodate the BAR of all SR-IOV Virtual Functions that can potentially be created (total VFs). If for whatever reason it's not possible to accommodate all VFs - the resource is not assigned and n

Re: [PATCH v7 4/6] PCI/IOV: Check that VF BAR fits within the reservation

2025-04-03 Thread Ilpo Järvinen
On Wed, 2 Apr 2025, Michał Winiarski wrote: > When the resource representing VF MMIO BAR reservation is created, its > size is always large enough to accommodate the BAR of all SR-IOV Virtual > Functions that can potentially be created (total VFs). If for whatever > reason it's not possible to acc