Re: [PATCH net-next v2 0/2 RESEND] r8152: adjust r8152_submit_rx

2015-01-12 Thread David Miller
From: Hayes Wang Date: Fri, 9 Jan 2015 10:26:34 +0800 > v2: > Replace the patch #1 with "call rtl_start_rx after netif_carrier_on". > > For patch #2, replace checking tp->speed with netif_carrier_ok. > > v1: > Avoid r8152_submit_rx() from submitting rx during unexpected > moment. This could

Re: [PATCH net-next v2 0/2 RESEND] r8152: adjust r8152_submit_rx

2015-01-12 Thread David Miller
From: Hayes Wang hayesw...@realtek.com Date: Fri, 9 Jan 2015 10:26:34 +0800 v2: Replace the patch #1 with call rtl_start_rx after netif_carrier_on. For patch #2, replace checking tp-speed with netif_carrier_ok. v1: Avoid r8152_submit_rx() from submitting rx during unexpected moment.

[PATCH net-next v2 0/2 RESEND] r8152: adjust r8152_submit_rx

2015-01-08 Thread Hayes Wang
v2: Replace the patch #1 with "call rtl_start_rx after netif_carrier_on". For patch #2, replace checking tp->speed with netif_carrier_ok. v1: Avoid r8152_submit_rx() from submitting rx during unexpected moment. This could reduce the time of stopping rx. For patch #1, the tp->speed should be

[PATCH net-next v2 0/2 RESEND] r8152: adjust r8152_submit_rx

2015-01-08 Thread Hayes Wang
v2: Replace the patch #1 with call rtl_start_rx after netif_carrier_on. For patch #2, replace checking tp-speed with netif_carrier_ok. v1: Avoid r8152_submit_rx() from submitting rx during unexpected moment. This could reduce the time of stopping rx. For patch #1, the tp-speed should be updated