netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net/tls: some optimizations for tls
@ 2022-03-18  3:16 Ziyang Xuan
  2022-03-18  3:16 ` [PATCH net-next 1/2] net/tls: remove unnecessary jump instructions in do_tls_setsockopt_conf() Ziyang Xuan
  2022-03-18  3:17 ` [PATCH net-next 2/2] net/tls: optimize judgement processes in tls_set_device_offload() Ziyang Xuan
  0 siblings, 2 replies; 4+ messages in thread
From: Ziyang Xuan @ 2022-03-18  3:16 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.

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 | 63 ++++++++++++++++++++++----------------------
 net/tls/tls_main.c   | 15 ++++-------
 2 files changed, 37 insertions(+), 41 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-03-18 16:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-18  3:16 [PATCH net-next 0/2] net/tls: some optimizations for tls Ziyang Xuan
2022-03-18  3:16 ` [PATCH net-next 1/2] net/tls: remove unnecessary jump instructions in do_tls_setsockopt_conf() Ziyang Xuan
2022-03-18  3:17 ` [PATCH net-next 2/2] net/tls: optimize judgement processes in tls_set_device_offload() Ziyang Xuan
2022-03-18 16:42   ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).