Skip to content
Snippets Groups Projects
  • Aastha Mehta's avatar
    d95a2ff3
    bugfixes for cpu soft lockup · d95a2ff3
    Aastha Mehta authored
    (1) has_rx_work based on hwi* and swi* indexes under sme module
    (2) do not goto redo_poll, instead let net_rx_action and napi_poll handle
    invocation of bnx2x_poll again
    (3) update swi* to same values as rx* at the end of __bnx2x_rx_int, else causes
    issues upon rmmod sme module
    d95a2ff3
    History
    bugfixes for cpu soft lockup
    Aastha Mehta authored
    (1) has_rx_work based on hwi* and swi* indexes under sme module
    (2) do not goto redo_poll, instead let net_rx_action and napi_poll handle
    invocation of bnx2x_poll again
    (3) update swi* to same values as rx* at the end of __bnx2x_rx_int, else causes
    issues upon rmmod sme module