commit | c68a28a9e2798a4602dde1c77046a3b577eb31f4 | [log] [tgz] |
---|---|---|
author | Rohit Maheshwari <rohitm@chelsio.com> | Mon Nov 09 16:21:35 2020 +0530 |
committer | Jakub Kicinski <kuba@kernel.org> | Wed Nov 11 16:30:37 2020 -0800 |
tree | fdacf211cada0d4e874f91d8b91ad5e23e9f9889 | |
parent | 687823d2d104df8226eacba74fda9f4ba3aecd6c [diff] |
ch_ktls: Correction in trimmed_len calculation trimmed length calculation goes wrong if skb has only tag part to send. It should be zero if there is no data bytes apart from TAG. 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>