Hi Dave, Patch #1 addresses a day-one race which is dependent on the number of Vfs [I.e., more child VFs from a single PF make it more probable]. Patch #2 corrects a race that got introduced in the last set of fixes for qed, one that would happen each time PF transitions to UP state.
I've built & tested those against current net-next. Please consider applying the series there. Thanks, Yuval Yuval Mintz (2): qed: Fix race with multiple VFs qed: Don't use attention PTT for configuring BW drivers/net/ethernet/qlogic/qed/qed.h | 4 ++- drivers/net/ethernet/qlogic/qed/qed_dev.c | 6 ++--- drivers/net/ethernet/qlogic/qed/qed_mcp.c | 3 ++- drivers/net/ethernet/qlogic/qed/qed_sriov.c | 39 +++++++++++++++++------------ drivers/net/ethernet/qlogic/qed/qed_sriov.h | 4 ++- 5 files changed, 34 insertions(+), 22 deletions(-) -- 1.9.3