Hello:
This patch was applied to netdev/net.git (main) by Paolo Abeni pabeni@redhat.com:
On Fri, 18 Oct 2024 11:25:22 -0700 you wrote:
The existing code moves VF to the same namespace as the synthetic NIC during netvsc_register_vf(). But, if the synthetic device is moved to a new namespace after the VF registration, the VF won't be moved together.
To make the behavior more consistent, add a namespace check for synthetic NIC's NETDEV_REGISTER event (generated during its move), and move the VF if it is not in the same namespace.
[...]
Here is the summary with links: - [net,v3] hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event https://git.kernel.org/netdev/net/c/4c262801ea60
You are awesome, thank you!