[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220408183134.1054551-1-kuba@kernel.org>
Date: Fri, 8 Apr 2022 11:31:23 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net, pabeni@...hat.com
Cc: netdev@...r.kernel.org, borisp@...dia.com,
john.fastabend@...il.com, daniel@...earbox.net,
vfedorenko@...ek.ru, Jakub Kicinski <kuba@...nel.org>
Subject: [PATCH net-next 00/11] tls: rx: random refactoring part 2
TLS Rx refactoring. Part 2 of 3. This one focusing on the main loop.
A couple of features to follow.
Jakub Kicinski (11):
tls: rx: drop unnecessary arguments from tls_setup_from_iter()
tls: rx: don't report text length from the bowels of decrypt
tls: rx: wrap decryption arguments in a structure
tls: rx: simplify async wait
tls: rx: factor out writing ContentType to cmsg
tls: rx: don't handle async in tls_sw_advance_skb()
tls: rx: don't track the async count
tls: rx: pull most of zc check out of the loop
tls: rx: inline consuming the skb at the end of the loop
tls: rx: clear ctx->recv_pkt earlier
tls: rx: jump out for cases which need to leave skb on list
include/net/tls.h | 1 -
net/tls/tls_sw.c | 264 ++++++++++++++++++----------------------------
2 files changed, 104 insertions(+), 161 deletions(-)
--
2.34.1
Powered by blists - more mailing lists