Merge branch 'support-udp-encapsulation-in-packet-offload-mode'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 25 Jul 2023 13:09:01 +0000 (15:09 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 25 Jul 2023 13:09:01 +0000 (15:09 +0200)
commita5a91f546444940f3d75e2edf3c53b4d235f0557
tree8e7c8f49fadc252d3efaf5797a4f5d18ce5c713c
parent9e10fb4cab17d646f440e63751e2a379f05a250a
parent89edf40220be8e68922beb54a06fdfc66f743c39
Merge branch 'support-udp-encapsulation-in-packet-offload-mode'

Leon Romanovsky says:

====================
Support UDP encapsulation in packet offload mode

As was raised by Ilia in this thread [1], the ESP over UDP feature is
supported in packet offload mode. So comes this series, which adds
relevant bits to the mlx5 driver and opens XFRM core code to accept
such configuration.

NAT-T is part of IKEv2 and strongswan uses it automatically [2].

[1] https://lore.kernel.org/all/20230718092405.4124345-1-quic_ilial@quicinc.com
[2] https://wiki.strongswan.org/projects/1/wiki/NatTraversal
====================

Link: https://lore.kernel.org/r/cover.1689757619.git.leon@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>