diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c index c4c33ead03bc5f3ea7af66550b5aa74382806f97..05f9d97e4175ec9a50b2488f93c90bdc85170927 100644 --- a/drivers/pci/iov.c +++ b/drivers/pci/iov.c @@ -372,6 +372,8 @@ static int sriov_init(struct pci_dev *dev, int pos) goto failed; } res->end = res->start + resource_size(res) * total - 1; + dev_info(&dev->dev, "VF(n) BAR%d space: %pR (contains BAR%d for %d VFs)\n", + i, res, i, total); nres++; }