Re: [PATCH 3/3] net-next: mediatek: add RX delay support

2016-05-05 Thread John Crispin
On 05/05/2016 14:13, Andrew Lunn wrote: > On Thu, May 05, 2016 at 11:17:36AM +0200, John Crispin wrote: >> If an external Gigabit PHY is connected to either of the MACs we need to >> tell the to use a RX delay. Not doing so will result in heavy packet loss >> and/or data corruption of RX traffic.

Re: [PATCH 3/3] net-next: mediatek: add RX delay support

2016-05-05 Thread Andrew Lunn
On Thu, May 05, 2016 at 11:17:36AM +0200, John Crispin wrote: > If an external Gigabit PHY is connected to either of the MACs we need to > tell the to use a RX delay. Not doing so will result in heavy packet loss > and/or data corruption of RX traffic. Hi John Is this comment correct? Reading the

[PATCH 3/3] net-next: mediatek: add RX delay support

2016-05-05 Thread John Crispin
If an external Gigabit PHY is connected to either of the MACs we need to tell the to use a RX delay. Not doing so will result in heavy packet loss and/or data corruption of RX traffic. Signed-off-by: John Crispin --- drivers/net/ethernet/mediatek/mtk_eth_soc.c |1 + 1 file changed, 1 inserti