On Wed, Feb 19, 2025 at 03:50:56PM +0200, Leon Romanovsky wrote:
Changelog:
v1:
* Changed signature and names of functions which set and clear type_offload
* Fixed typos
* Add Zhu's ROB tag
v0: https://lore.kernel.org/all/cover.1738778580.git.leon@kernel.org (local)
Hi,
This series refactors the xdo_dev_offload_ok() to be global place for
drivers to check if their offload can perform encryption for xmit
packets.
Such common place gives us an option to check MTU and PMTU at one place.
Thanks
Leon Romanovsky (5):
xfrm: delay initialization of offload path till its actually requested
xfrm: simplify SA initialization routine
xfrm: rely on XFRM offload
xfrm: provide common xdo_dev_offload_ok callback implementation
xfrm: check for PMTU in tunnel mode for packet offload
Series applied, thanks a lot Leon!