mbox series

[iproute2-next,v1,0/4] Add new IPsec offload type

Message ID cover.1670830561.git.leonro@nvidia.com (mailing list archive)
Headers show
Series Add new IPsec offload type | expand

Message

Leon Romanovsky Dec. 12, 2022, 7:54 a.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 14, 2022, 4:10 p.m. UTC | #1
Hello:

This series was applied to iproute2/iproute2-next.git (main)
by David Ahern <dsahern@kernel.org>:

On Mon, 12 Dec 2022 09:54:02 +0200 you wrote:
> 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
> --------------------------------------------------------------------------------
> 
> [...]

Here is the summary with links:
  - [iproute2-next,v1,1/4] Update XFRM kernel header
    (no matching commit)
  - [iproute2-next,v1,2/4] xfrm: prepare state offload logic to set mode
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=bdd19b1edec4
  - [iproute2-next,v1,3/4] xfrm: add packet offload mode to xfrm state
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=a6e740ff406c
  - [iproute2-next,v1,4/4] xfrm: add an interface to offload policy
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=3422c62d581d

You are awesome, thank you!