Bug 194331 - drivers/net/ethernet/qlogic/qed/qed_l2.c qed_fastpath_stop fault
Summary: drivers/net/ethernet/qlogic/qed/qed_l2.c qed_fastpath_stop fault
Status: NEW
Alias: None
Product: Drivers
Classification: Unclassified
Component: Network (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: drivers_network@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-07 06:03 UTC by Michael
Modified: 2017-02-07 06:03 UTC (History)
0 users

See Also:
Kernel Version: 4.10
Subsystem:
Regression: No
Bisected commit-id:


Attachments

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;
}

Note You need to log in before you can comment on or make changes to this bug.