Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 29 Nov 2023 23:53:50 +0800 you wrote:
When FIFO reaches near full state, device will issue pause frame. If pause slot is enabled(set to 1), in this time, device will issue pause frame only once. But if pause slot is disabled(set to 0), device will keep sending pause frames until FIFO reaches near empty state.
When pause slot is disabled, if there is no one to handle receive packets, device FIFO will reach near full state and keep sending pause frames. That will impact entire local area network.
[...]
Here is the summary with links: - [net,v2] r8169: fix rtl8125b PAUSE frames blasting when suspended https://git.kernel.org/netdev/net/c/4b0768b6556a
You are awesome, thank you!