From: Leon Romanovsky <leon@kernel.org>
To: Steffen Klassert <steffen.klassert@secunet.com>,
David Ahern <dsahern@gmail.com>
Cc: Leon Romanovsky <leonro@nvidia.com>,
Stephen Hemminger <stephen@networkplumber.org>,
netdev@vger.kernel.org, Raed Salem <raeds@nvidia.com>
Subject: [PATCH iproute2-next v1 0/4] Add new IPsec offload type
Date: Mon, 12 Dec 2022 09:54:02 +0200 [thread overview]
Message-ID: <cover.1670830561.git.leonro@nvidia.com> (raw)
From: Leon Romanovsky <leonro@nvidia.com>
Extend ip tool to support new IPsec offload mode.
Followup of the recently accepted series to netdev.
https://lore.kernel.org/r/20221209093310.4018731-1-steffen.klassert@secunet.com
--------------------------------------------------------------------------------
Changelog:
v1:
* Changed "full offload" to "packet offload" to be aligned with kernel names.
* Rebase to latest iproute2-next
v0: https://lore.kernel.org/all/cover.1652179360.git.leonro@nvidia.com
Thanks
Leon Romanovsky (4):
Update XFRM kernel header
xfrm: prepare state offload logic to set mode
xfrm: add packet offload mode to xfrm state
xfrm: add an interface to offload policy
include/uapi/linux/xfrm.h | 8 +++++++
ip/ipxfrm.c | 15 ++++++++----
ip/xfrm.h | 4 ++--
ip/xfrm_monitor.c | 2 +-
ip/xfrm_policy.c | 26 +++++++++++++++++++++
ip/xfrm_state.c | 49 +++++++++++++++++++++++++--------------
man/man8/ip-xfrm.8 | 14 +++++++++++
7 files changed, 93 insertions(+), 25 deletions(-)
--
2.38.1
next reply other threads:[~2022-12-12 7:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-12 7:54 Leon Romanovsky [this message]
2022-12-12 7:54 ` [PATCH iproute2-next v1 1/4] Update XFRM kernel header Leon Romanovsky
2022-12-12 7:54 ` [PATCH iproute2-next v1 2/4] xfrm: prepare state offload logic to set mode Leon Romanovsky
2022-12-12 7:54 ` [PATCH iproute2-next v1 3/4] xfrm: add packet offload mode to xfrm state Leon Romanovsky
2022-12-12 7:54 ` [PATCH iproute2-next v1 4/4] xfrm: add an interface to offload policy Leon Romanovsky
2022-12-14 16:10 ` [PATCH iproute2-next v1 0/4] Add new IPsec offload type patchwork-bot+netdevbpf
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.1670830561.git.leonro@nvidia.com \
--to=leon@kernel.org \
--cc=dsahern@gmail.com \
--cc=leonro@nvidia.com \
--cc=netdev@vger.kernel.org \
--cc=raeds@nvidia.com \
--cc=steffen.klassert@secunet.com \
--cc=stephen@networkplumber.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.