commit | 21f82acbb8b4e8812521d405479b6fc3790078de | [log] [tgz] |
---|---|---|
author | Rohit Maheshwari <rohitm@chelsio.com> | Mon Nov 09 16:21:40 2020 +0530 |
committer | Jakub Kicinski <kuba@kernel.org> | Wed Nov 11 16:30:38 2020 -0800 |
tree | 5cc71d7834c2eb5d0eabe38b7d36610fa3cfde80 | |
parent | 659bf0383d15b07e492e27443d87736b24171558 [diff] |
ch_ktls/cxgb4: handle partial tag alone SKBs If TCP congestion caused a very small packets which only has some part fo the TAG, and that too is not till the end. HW can't handle such case, so falling back to sw crypto in such cases. v1->v2: - Marked chcr_ktls_sw_fallback() static. Fixes: dc05f3df8fac ("chcr: Handle first or middle part of record") Signed-off-by: Rohit Maheshwari <rohitm@chelsio.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>