commit | 827d329105bfde6701f0077e34a09c4a86e27145 | [log] [tgz] |
---|---|---|
author | Ayush Sawal <ayush.sawal@chelsio.com> | Wed Jan 06 09:59:07 2021 +0530 |
committer | Jakub Kicinski <kuba@kernel.org> | Thu Jan 07 17:06:02 2021 -0800 |
tree | 8391e55153e06d930b3eda063093eae8edb8f2de | |
parent | 717df0f4cdc9044c415431a3522b3e9ccca5b4a3 [diff] |
chtls: Remove invalid set_tcb call At the time of SYN_RECV, connection information is not initialized at FW, updating tcb flag over uninitialized connection causes adapter crash. We don't need to update the flag during SYN_RECV state, so avoid this. Fixes: cc35c88ae4db ("crypto : chtls - CPL handler definition") Signed-off-by: Rohit Maheshwari <rohitm@chelsio.com> Signed-off-by: Ayush Sawal <ayush.sawal@chelsio.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>