[PATCH net-next v2 0/2] net/tls: some optimizations for tls

From: Ziyang Xuan
Date: Fri Mar 18 2022 - 22:57:18 EST


Do some small optimizations for tls, including jump instructions
optimization, and judgement processes optimization.

---
v1-v2:
- Delete a new line before "return rc;" in patch 2.

Ziyang Xuan (2):
net/tls: remove unnecessary jump instructions in
do_tls_setsockopt_conf()
net/tls: optimize judgement processes in tls_set_device_offload()

net/tls/tls_device.c | 62 ++++++++++++++++++++++----------------------
net/tls/tls_main.c | 15 ++++-------
2 files changed, 36 insertions(+), 41 deletions(-)

--
2.25.1