commit | cca852831c0672e1b2da590c23764b5ad149cbb7 | [log] [tgz] |
---|---|---|
author | Raju Rangoju <rajur@chelsio.com> | Tue Aug 25 09:25:46 2020 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 25 06:07:44 2020 -0700 |
tree | 6e21abc024ffb17ae388b0b7f3cf550cb23849c1 | |
parent | 4718a471f1a7fc5cc943377c09300bb35138daf9 [diff] |
cxgb4: add error handlers to LE intr_handler cxgb4 does not look for HASHTBLMEMCRCERR and CMDTIDERR bits in LE_DB_INT_CAUSE register, but these are enabled in LE_DB_INT_ENABLE. So, add error handlers to LE interrupt handler to emit a warning or alert message for hash table mem crc and cmd tid errors Signed-off-by: Raju Rangoju <rajur@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>