Hello:
This patch was applied to netdev/net.git (main) by Paolo Abeni pabeni@redhat.com:
On Mon, 27 Jan 2025 12:41:47 +0200 you wrote:
The referenced fix is incomplete. It correctly computes bond_dev->gso_partial_features across slaves, but unfortunately netdev_fix_features discards gso_partial_features from the feature set if NETIF_F_GSO_PARTIAL isn't set in bond_dev->features.
This is visible with ethtool -k bond0 | grep esp: tx-esp-segmentation: off [requested on] esp-hw-offload: on esp-tx-csum-hw-offload: on
[...]
Here is the summary with links: - [net,v3] bonding: Correctly support GSO ESP offload https://git.kernel.org/netdev/net/c/9e6c4e6b605c
You are awesome, thank you!