From: Ziyang Xuan <william.xuanziyang@huawei.com>
To: <borisp@nvidia.com>, <john.fastabend@gmail.com>,
<daniel@iogearbox.net>, <kuba@kernel.org>,
<netdev@vger.kernel.org>
Cc: <davem@davemloft.net>, <pabeni@redhat.com>,
<linux-kernel@vger.kernel.org>
Subject: [PATCH net-next 0/2] net/tls: some optimizations for tls
Date: Fri, 18 Mar 2022 11:16:11 +0800 [thread overview]
Message-ID: <cover.1647572976.git.william.xuanziyang@huawei.com> (raw)
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
next reply other threads:[~2022-03-18 2:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-18 3:16 Ziyang Xuan [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1647572976.git.william.xuanziyang@huawei.com \
--to=william.xuanziyang@huawei.com \
--cc=borisp@nvidia.com \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=john.fastabend@gmail.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).