commit | 4870e704d901602e4ae5de462c4e65732cf2ed6c | [log] [tgz] |
---|---|---|
author | Yuval Mintz <Yuval.Mintz@qlogic.com> | Mon Aug 22 12:03:29 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 22 18:11:38 2016 -0700 |
tree | ef6eb62e55084493c3fc61c2a12706328750fb27 | |
parent | c0451fe1f27b815b3f400df2a63b9aecf589b7b0 [diff] |
qed: FLR of active VFs might lead to FW assert Driver never bothered marking the VF's vport with the VF's sw_fid. As a result, FLR flows are not going to clean those vports. If the vport was active when FLRed, re-activating it would lead to a FW assertion. Fixes: dacd88d6f6851 ("qed: IOV l2 functionality") Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>