Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 15 May 2025 19:04:56 +0000 you wrote:
Currently, when device mtu is updated, vmxnet3 updates netdev mtu, quiesces the device and then reactivates it for the ESXi to know about the new mtu. So, technically the OS stack can start using the new mtu before ESXi knows about the new mtu.
This can lead to issues for TSO packets which use mss as per the new mtu configured. This patch fixes this issue by moving the mtu write after device quiesce.
[...]
Here is the summary with links: - [net,v2] vmxnet3: update MTU after device quiesce https://git.kernel.org/netdev/net/c/43f0999af011
You are awesome, thank you!