mbox series

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

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

Message

ChunHao Lin Nov. 6, 2023, 3:11 p.m. UTC
This series are used to fix network lost issue on systems that support
DASH.

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 | 43 +++++++++++++++++------
 1 file changed, 33 insertions(+), 10 deletions(-)

Comments

Heiner Kallweit Nov. 7, 2023, 7:14 a.m. UTC | #1
On 06.11.2023 16:11, ChunHao Lin wrote:
> This series are used to fix network lost issue on systems that support
> DASH.
> 
As I have no he to test this: Can you add on which hw you tested this patch?

> 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 | 43 +++++++++++++++++------
>  1 file changed, 33 insertions(+), 10 deletions(-)
>
Jakub Kicinski Nov. 7, 2023, 5:53 p.m. UTC | #2
On Mon, 6 Nov 2023 23:11:22 +0800 ChunHao Lin wrote:
> This series are used to fix network lost issue on systems that support
> DASH.

Please use get_maintainer on the patch files to make sure you CC all
relevant people.
ChunHao Lin Nov. 8, 2023, 6:08 p.m. UTC | #3
> > This series are used to fix network lost issue on systems that support
> > DASH.
> 
> Please use get_maintainer on the patch files to make sure you CC all relevant
> people.

I will do this before submit patch. Thanks.