mbox series

[iproute-next,v1,0/2] Add support for xfrm state direction attribute

Message ID 20240523151707.972161-1-chopps@labn.net (mailing list archive)
Headers show
Series Add support for xfrm state direction attribute | expand

Message

Christian Hopps May 23, 2024, 3:17 p.m. UTC
Summary of Changes:

  This patchset adds support for setting the new xfrm state direction
  attribute.

  The change also takes into account the existing "offload" direction
  atttribute. If the user is already setting the direction when
  enabling offload then that direciton value is used, and the general
  "dir in|out" need not additionally be specified.

  This work was started based on an earlier patch from
  "Antony Antony" <antony.antony@secunet.com>

Patchset Changes:

  4 files changed, 57 insertions(+), 16 deletions(-)
  include/uapi/linux/xfrm.h |  6 ++++++
  ip/ipxfrm.c               | 12 ++++++++++++
  ip/xfrm_state.c           | 49 +++++++++++++++++++++++++++++++----------------
  man/man8/ip-xfrm.8        |  6 ++++++

Comments

patchwork-bot+netdevbpf@kernel.org June 4, 2024, 11 p.m. UTC | #1
Hello:

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

On Thu, 23 May 2024 11:17:05 -0400 you wrote:
> Summary of Changes:
> 
>   This patchset adds support for setting the new xfrm state direction
>   attribute.
> 
>   The change also takes into account the existing "offload" direction
>   atttribute. If the user is already setting the direction when
>   enabling offload then that direciton value is used, and the general
>   "dir in|out" need not additionally be specified.
> 
> [...]

Here is the summary with links:
  - [iproute-next,v1,1/2] xfrm: add SA direction attribute
    (no matching commit)
  - [iproute-next,v1,2/2] xfrm: document new SA direction option
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=7cf98ef28b61

You are awesome, thank you!