[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1558358244-35832-1-git-send-email-mowendugu@gmail.com>
Date: Mon, 20 May 2019 21:17:24 +0800
From: Hao Zheng <mowendugu@...il.com>
To: bhelgaas@...gle.com
Cc: linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org,
Hao Zheng <mowendugu@...il.com>, Quan Xu <quan.xu0@...il.com>
Subject: [PATCH 1/1] PCI/IOV: Fix VF0 cached config space size for other VFs
Set the pcie_cap field before getting the config space size for
other VFs. Otherwise, the config space size of other VFs are error
set to 256, while the size of VF0 is 4096.
Signed-off-by: Hao Zheng <mowendugu@...il.com>
Signed-off-by: Quan Xu <quan.xu0@...il.com>
---
drivers/pci/iov.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c
index 3aa115e..239fad1 100644
--- a/drivers/pci/iov.c
+++ b/drivers/pci/iov.c
@@ -133,6 +133,7 @@ static void pci_read_vf_config_common(struct pci_dev *virtfn)
pci_read_config_word(virtfn, PCI_SUBSYSTEM_ID,
&physfn->sriov->subsystem_device);
+ set_pcie_port_type(virtfn);
physfn->sriov->cfg_size = pci_cfg_space_size(virtfn);
}
--
1.8.3.1
Powered by blists - more mailing lists