Hello:
This series was applied to netdev/net.git (main) by Paolo Abeni pabeni@redhat.com:
On Thu, 25 Sep 2025 02:33:03 +0000 you wrote:
The active-backup bonding mode supports XFRM ESP offload. However, when a bond is added using command like `ip link add bond0 type bond mode 1 miimon 100`, the `ethtool -k` command shows that the XFRM ESP offload is disabled. This occurs because, in bond_newlink(), we change bond link first and register bond device later. So the XFRM feature update in bond_option_mode_set() is not called as the bond device is not yet registered, leading to the offload feature not being set successfully.
[...]
Here is the summary with links: - [PATCHv3,net,1/2] bonding: fix xfrm offload feature setup on active-backup mode https://git.kernel.org/netdev/net/c/5b66169f6be4 - [PATCHv3,net,2/2] selftests: bonding: add ipsec offload test https://git.kernel.org/netdev/net/c/99e4c35eada9
You are awesome, thank you!