Re: [PATCH v6 3/6] PCI: Allow IOV resources to be resized in pci_resize_resource()

2025-04-04 Thread Michał Winiarski
On Wed, Mar 26, 2025 at 04:58:14PM +0200, Ilpo Järvinen wrote: > On Thu, 20 Mar 2025, Michał Winiarski wrote: > > > Similar to regular resizable BAR, VF BAR can also be resized. > > > > The structures are very similar, which means we can reuse most of the > > implementation. > > There are differ

Re: [PATCH v6 3/6] PCI: Allow IOV resources to be resized in pci_resize_resource()

2025-03-26 Thread Ilpo Järvinen
On Thu, 20 Mar 2025, Michał Winiarski wrote: > Similar to regular resizable BAR, VF BAR can also be resized. > > The structures are very similar, which means we can reuse most of the > implementation. There are differences in resizing which should be described (size calc and mem decode check).