Re: [PATCH net] 8139cp: fix Rx and Tx not being disabled in cp_suspend
| Newsgroups | gmane.linux.network,gmane.linux.kernel |
|---|---|
| Message-ID | <178704780717.2000568.3698484772536774625.git-patchwork-notify@kernel.org> |
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni <[email protected]>: On Mon, 17 Aug 2026 06:30:57 +0200 you wrote: > On QEMU rtl8139 model, frames that arrive while the interface is > suspended still end up in the stack after resume. With pm_test=devices, > which keeps devices suspended for 5s, 200 frames sent to interface > during that time and 50 frames after resume, eth0 reports 113 > received frames. > > cp_suspend() is supposed to stop receiver and the transmitter, but > the mask is wrong: (~RxOn | ~TxOn) is ~0, nothing is cleared and Cmd > still reads 0x0d when cp_suspend() returns. > > [...] Here is the summary with links: - [net] 8139cp: fix Rx and Tx not being disabled in cp_suspend https://git.kernel.org/netdev/net/c/cb7643b78d35 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html