On 5/30/2020 4:51 AM, Vladimir Oltean wrote: > From: Vladimir Oltean <vladimir.olt...@nxp.com> > > Ping tested: > > [ 11.808455] mscc_felix 0000:00:00.5 swp0: Link is Up - 1Gbps/Full - flow > control rx/tx > [ 11.816497] IPv6: ADDRCONF(NETDEV_CHANGE): swp0: link becomes ready > > [root@LS1028ARDB ~] # ethtool -s swp0 advertise 0x4 > [ 18.844591] mscc_felix 0000:00:00.5 swp0: Link is Down > [ 22.048337] mscc_felix 0000:00:00.5 swp0: Link is Up - 100Mbps/Half - > flow control off > > [root@LS1028ARDB ~] # ip addr add 192.168.1.1/24 dev swp0 > > [root@LS1028ARDB ~] # ping 192.168.1.2 > PING 192.168.1.2 (192.168.1.2): 56 data bytes > (...) > ^C--- 192.168.1.2 ping statistics --- > 3 packets transmitted, 3 packets received, 0% packet loss > round-trip min/avg/max = 0.383/0.611/1.051 ms > > [root@LS1028ARDB ~] # ethtool -s swp0 advertise 0x10 > [ 355.637747] mscc_felix 0000:00:00.5 swp0: Link is Down > [ 358.788034] mscc_felix 0000:00:00.5 swp0: Link is Up - 1Gbps/Half - flow > control off > > [root@LS1028ARDB ~] # ping 192.168.1.2 > PING 192.168.1.2 (192.168.1.2): 56 data bytes > (...) > ^C > --- 192.168.1.2 ping statistics --- > 16 packets transmitted, 16 packets received, 0% packet loss > round-trip min/avg/max = 0.301/0.384/1.138 ms > > Signed-off-by: Vladimir Oltean <vladimir.olt...@nxp.com> Reviewed-by: Florian Fainelli <f.faine...@gmail.com> -- Florian
- [PATCH v2 net-next 05/13] net: mscc: ocelot: convert QSYS... Vladimir Oltean
- Re: [PATCH v2 net-next 05/13] net: mscc: ocelot: con... Florian Fainelli
- Re: [PATCH v2 net-next 05/13] net: mscc: ocelot:... Vladimir Oltean
- Re: [PATCH v2 net-next 05/13] net: mscc: oce... Florian Fainelli
- [PATCH v2 net-next 02/13] net: dsa: felix: set proper lin... Vladimir Oltean
- Re: [PATCH v2 net-next 02/13] net: dsa: felix: set p... Florian Fainelli
- [PATCH v2 net-next 06/13] net: dsa: felix: create a templ... Vladimir Oltean
- Re: [PATCH v2 net-next 06/13] net: dsa: felix: creat... Florian Fainelli
- Re: [PATCH v2 net-next 06/13] net: dsa: felix: c... Vladimir Oltean
- [PATCH v2 net-next 11/13] net: dsa: felix: support half-d... Vladimir Oltean
- Re: [PATCH v2 net-next 11/13] net: dsa: felix: suppo... Florian Fainelli
- [PATCH v2 net-next 09/13] net: mscc: ocelot: convert SYS_... Vladimir Oltean
- Re: [PATCH v2 net-next 09/13] net: mscc: ocelot: con... Florian Fainelli
- [PATCH v2 net-next 12/13] net: dsa: felix: move probing t... Vladimir Oltean
- Re: [PATCH v2 net-next 12/13] net: dsa: felix: move ... Florian Fainelli
- [PATCH v2 net-next 07/13] net: mscc: ocelot: split writes... Vladimir Oltean
- Re: [PATCH v2 net-next 07/13] net: mscc: ocelot: spl... Florian Fainelli
- [PATCH v2 net-next 13/13] net: dsa: felix: introduce supp... Vladimir Oltean
- Re: [PATCH v2 net-next 13/13] net: dsa: felix: intro... Florian Fainelli
- Re: [PATCH v2 net-next 00/13] New DSA driver for VSC9953 ... David Miller