commit | 19b6984e972f2aca82d3756f826ded68e0a8fef8 | [log] [tgz] |
---|---|---|
author | Yijing Wang <wangyijing@huawei.com> | Wed Jul 24 17:26:12 2013 +0800 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Jul 30 10:35:39 2013 -0600 |
tree | 7fd9c7284c4a5c74b17330feafc9a5914c9517cc | |
parent | 07f9b61c3915e8eb156cb4461b3946736356ad02 [diff] |
PCI: Update NumVFs register when disabling SR-IOV Currently, we only update NumVFs register during sriov_enable(). This register should also be updated during sriov_disable() and when sriov_enable() fails. Otherwise, we will get the stale "Number of VFs" info from lspci. [bhelgaas: changelog] Signed-off-by: Yijing Wang <wangyijing@huawei.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>