Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Tue, 4 Nov 2025 14:23:21 +0800 you wrote:
The device bus LAN ID was obtained from PCI_FUNC(), but when a PF port is passthrough to a virtual machine, the function number may not match the actual port index on the device. This could cause the driver to perform operations such as LAN reset on the wrong port.
Fix this by reading the LAN ID from port status register.
[...]
Here is the summary with links: - [net] net: libwx: fix device bus LAN ID https://git.kernel.org/netdev/net/c/a04ea57aae37
You are awesome, thank you!