mbox series

[net,v4,0/2] r8169: fix DASH devices network lost issue

Message ID 20231109173400.4573-1-hau@realtek.com (mailing list archive)
Headers show
Series r8169: fix DASH devices network lost issue | expand

Message

ChunHao Lin Nov. 9, 2023, 5:33 p.m. UTC
This series are used to fix network lost issue on systems that support 
DASH. It has been tested on rtl8168ep and rtl8168fp.


V3 -> V4: Fix a coding style issue.
V2 -> V3: Add 'Fixes' tag and correct indentation.
V1 -> V2: Change variable and function name. And update DASH info message.

ChunHao Lin (2):
  r8169: add handling DASH when DASH is disabled
  r8169: fix network lost after resume on DASH systems

 drivers/net/ethernet/realtek/r8169_main.c | 42 +++++++++++++++++------
 1 file changed, 31 insertions(+), 11 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 14, 2023, 5:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 10 Nov 2023 01:33:58 +0800 you wrote:
> This series are used to fix network lost issue on systems that support
> DASH. It has been tested on rtl8168ep and rtl8168fp.
> 
> 
> V3 -> V4: Fix a coding style issue.
> V2 -> V3: Add 'Fixes' tag and correct indentation.
> V1 -> V2: Change variable and function name. And update DASH info message.
> 
> [...]

Here is the summary with links:
  - [net,v4,1/2] r8169: add handling DASH when DASH is disabled
    https://git.kernel.org/netdev/net/c/0ab0c45d8aae
  - [net,v4,2/2] r8169: fix network lost after resume on DASH systems
    https://git.kernel.org/netdev/net/c/868c3b95afef

You are awesome, thank you!