Re: [PATCH net] qed: FLR of active VFs might lead to FW assert

2016-08-22 Thread David Miller
From: Yuval Mintz Date: Mon, 22 Aug 2016 12:03:29 +0300 > 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: dacd88d6

[PATCH net] qed: FLR of active VFs might lead to FW assert

2016-08-22 Thread Yuval Mintz
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 --- Hi D