commit | 53dd462ac4dc3fc61ee90ad03d96202e17589156 | [log] [tgz] |
---|---|---|
author | Pierre Morel <pmorel@linux.ibm.com> | Thu Mar 26 12:07:03 2020 -0400 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Tue Apr 28 13:49:47 2020 +0200 |
tree | b040b53cb1f28c85ec3561ba928a2848d9a76695 | |
parent | 44510d6fa0c00aa90b80075caa6b313b25927475 [diff] |
s390/pci: Do not disable PF when VFs exist The Physical function should not be disabled until no virtual functions depends on it. Let's force the user to first use echo 0 > sriov_numfs before allowing to disable the PF with echo 0 > power. Signed-off-by: Pierre Morel <pmorel@linux.ibm.com> Reviewed-by: Niklas Schnelle <schnelle@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>