mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] net/tls: some optimizations for tls
@ 2022-03-19  3:13 Ziyang Xuan
  2022-03-19  3:14 ` [PATCH net-next v2 1/2] net/tls: remove unnecessary jump instructions in do_tls_setsockopt_conf() Ziyang Xuan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ziyang Xuan @ 2022-03-19  3:13 UTC (permalink / raw)
  To: borisp, john.fastabend, daniel, kuba, netdev; +Cc: davem, pabeni, linux-kernel

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-21 23:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-19  3:13 [PATCH net-next v2 0/2] net/tls: some optimizations for tls Ziyang Xuan
2022-03-19  3:14 ` [PATCH net-next v2 1/2] net/tls: remove unnecessary jump instructions in do_tls_setsockopt_conf() Ziyang Xuan
2022-03-19  3:15 ` [PATCH net-next v2 2/2] net/tls: optimize judgement processes in tls_set_device_offload() Ziyang Xuan
2022-03-19  4:43 ` [PATCH net-next v2 0/2] net/tls: some optimizations for tls Jakub Kicinski
2022-03-21 23:00 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®