Re: [PATCH v4 2/7] PCI: Add a helper to identify IOV resources

2024-10-29 Thread Christian König
Am 25.10.24 um 23:50 schrieb Michał Winiarski: There are multiple places where special handling is required for IOV resources. Extract it to pci_resource_is_iov() helper and drop a few ifdefs. Signed-off-by: Michał Winiarski Reviewed-by: Ilpo Järvinen Reviewed-by: Christian König --- d

[PATCH v4 2/7] PCI: Add a helper to identify IOV resources

2024-10-25 Thread Michał Winiarski
There are multiple places where special handling is required for IOV resources. Extract it to pci_resource_is_iov() helper and drop a few ifdefs. Signed-off-by: Michał Winiarski Reviewed-by: Ilpo Järvinen --- drivers/pci/pci.h | 19 +++ drivers/pci/setup-bus.c | 7 +++---