cxgbe/t4_tom: ABORT_RPL_RSS is a shared CPL and t4_tom shouldn't remove

the global handler when it's being unloaded.
This commit is contained in:
Navdeep Parhar 2018-05-24 08:32:02 +00:00
parent 9c707b3287
commit c90a8cf80a

View File

@ -1942,7 +1942,7 @@ t4_uninit_cpl_io_handlers(void)
t4_register_cpl_handler(CPL_PEER_CLOSE, NULL);
t4_register_cpl_handler(CPL_CLOSE_CON_RPL, NULL);
t4_register_cpl_handler(CPL_ABORT_REQ_RSS, NULL);
t4_register_cpl_handler(CPL_ABORT_RPL_RSS, NULL);
t4_register_shared_cpl_handler(CPL_ABORT_RPL_RSS, NULL, CPL_COOKIE_TOM);
t4_register_cpl_handler(CPL_RX_DATA, NULL);
t4_register_shared_cpl_handler(CPL_FW4_ACK, NULL, CPL_COOKIE_TOM);
}