Re: [PATCH net 1/3] net: phy: realtek: add eee advertisement disable options

From: Jerome Brunet
Date: Thu Nov 17 2016 - 16:48:47 EST


On Thu, 2016-11-17 at 23:30 +0530, Anand Moon wrote:
> Hi Jerone,
>
> > > How about adding callback functionality for .soft_reset to handle
> > > BMCR
> > > where we update the Auto-Negotiation for the phy,
> > > as per the datasheet of the rtl8211f.

I think BMCR is already pretty well handled by the genphy, don't you
think ?

> >
> > I'm not sure I understand how this would help with our issue (and
> > EEE).
> > Am I missing something or is it something unrelated that you would
> > like
> > to see happening on this driver ?
> >
> [snip]
>
> I was just tying other phy module to understand the feature.
> But in order to improveÂÂthe throughput I tried to integrate blow u-
> boot commit.
>
> commit 3d6af748ebd831524cb22a29433e9092af469ec7
> Author: Shengzhou Liu <Shengzhou.Liu@xxxxxxxxxxxxx>
> Date:ÂÂÂThu Mar 12 18:54:59 2015 +0800
>
> ÂÂÂÂnet/phy: Add support for realtek RTL8211F
>
> ÂÂÂÂRTL8211F has different registers from RTL8211E.
> ÂÂÂÂThis patch adds support for RTL8211F PHY which
> ÂÂÂÂcan be found on Freescale's T1023 RDB board.
>
> And added the similar functionality toÂÂ.config_anegÂÂÂÂ=
> &rtl8211f_config_aneg,
>

I assume this is the commit you are referring to :Â
http://git.denx.de/?p=u-boot.git;a=commit;h=3d6af748ebd831524cb22a29433
e9092af469ec7

I tried looking a this particular commit and the other ones in
realtek.c history of u-boot. I don't really see what it does that linux
is not already doing.

> And I seem to have better results in through put with periodic drop
> but it recovers.
> -----
> odroid@odroid64:~$ iperf3 -c 10.0.0.102 -p 2006 -i 1 -t 100 -V
> iperf 3.0.11
> Linux odroid64 4.9.0-rc5-xc2ml #18 SMP PREEMPT Thu Nov 17 22:56:00

[...]

>
> Test Complete. Summary Results:
> [ ID] IntervalÂÂÂÂÂÂÂÂÂÂÂTransferÂÂÂÂÂBandwidthÂÂÂÂÂÂÂRetr
> [ÂÂ4]ÂÂÂ0.00-100.00 secÂÂ10.5 GBytesÂÂÂ902
> Mbits/secÂÂÂÂ4ÂÂÂÂÂÂÂÂÂÂÂÂÂsender
> [ÂÂ4]ÂÂÂ0.00-100.00 secÂÂ10.5 GBytesÂÂÂ902
> Mbits/secÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂreceiver
> CPU Utilization: local/sender 5.6% (0.2%u/5.4%s), remote/receiver
> 17.1% (1.2%u/15.9%s)
>

That's the kind of throughput we have on the C2 once the link is
reliable (with EEE switch off for GbE)

> Can your confirm this at your end.
> Once confirm I will try to send this as a fix for this issue.
>

I'm testing the code to disable EEE in a generic way. I'll post the RFC
for it asap.

> -Best Regards
> Anand Moon