Merge branch 'tls-rx-decrypt-from-the-tcp-queue'
authorJakub Kicinski <kuba@kernel.org>
Tue, 26 Jul 2022 21:38:53 +0000 (14:38 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 26 Jul 2022 21:38:54 +0000 (14:38 -0700)
commit48c022d1627295ef4c4a85f00caf002b59800f67
treed3c53a4093eb61d366bb5b796e4f829cd8768e06
parent4fd310c74432d19e8f58a4291b44db0ddebe7bf3
parent84c61fe1a75b4255df1e1e7c054c9e6d048da417
Merge branch 'tls-rx-decrypt-from-the-tcp-queue'

Jakub Kicinski says:

====================
tls: rx: decrypt from the TCP queue

This is the final part of my TLS Rx rework. It switches from
strparser to decrypting data from skbs queued in TCP. We don't
need the full strparser for TLS, its needs are very basic.
This set gives us a small but measurable (6%) performance
improvement (continuous stream).
====================

Link: https://lore.kernel.org/r/20220722235033.2594446-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>