Bug 194331

Summary: drivers/net/ethernet/qlogic/qed/qed_l2.c qed_fastpath_stop fault
Product: Drivers Reporter: Michael (michael_allen_bond)
Component: NetworkAssignee: drivers_network (drivers_network)
Status: NEW ---    
Severity: normal    
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 4.10 Subsystem:
Regression: No Bisected commit-id:

Description Michael 2017-02-07 06:03:16 UTC
Is there any guarantee that qed_hw_stop_fastpath won't fail, especially during its sleep range?  There's no fault handler or consistency check outside of the function.	

static int qed_fastpath_stop(struct qed_dev *cdev)
{
    -->    qed_hw_stop_fastpath(cdev);

        return 0;
}