From: Jakub Kicinski Date: Tue, 26 Jul 2022 21:38:53 +0000 (-0700) Subject: Merge branch 'tls-rx-decrypt-from-the-tcp-queue' X-Git-Tag: microblaze-v6.1~144^2~57 X-Git-Url: http://git.monstr.eu/?p=linux-2.6-microblaze.git;a=commitdiff_plain;h=48c022d1627295ef4c4a85f00caf002b59800f67 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 --- 48c022d1627295ef4c4a85f00caf002b59800f67