public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "François-David Collin" <fradav@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Add CONFIG_GMAC_TX_DELAY=4 for OlinuXino Lime2
Date: Sat, 19 Mar 2016 15:35:30 +0100	[thread overview]
Message-ID: <56ed63b0.03dd1c0a.c9780.570a@mx.google.com> (raw)
In-Reply-To: <56ED56BF.8040304@computerlinguist.org>

Hello,

Finally, some good news: it?s working.

Thanks you very much, sir. I wonder why nobody noticed or cared about this before.
Thanks, again. 

[alarm at lime2 ~]$ curl "http://192.168.0.254:8095/fixed/1G" -o /dev/null           % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1024M  100 1024M    0     0   104M      0  0:00:09  0:00:09 --:--:--  105M
[alarm at lime2 ~]$ iperf3 -c 192.168.0.19 5201
Connecting to host 192.168.0.19, port 5201
[  4] local 192.168.0.8 port 36226 connected to 192.168.0.19 port 5201
[ ID] Interval           Transfer     Bandwidth       Retr  Cwnd
[  4]   0.00-1.00   sec  91.4 MBytes   765 Mbits/sec    0    223 KBytes
[  4]   1.00-2.01   sec  92.8 MBytes   773 Mbits/sec    0    223 KBytes
[  4]   2.01-3.00   sec  91.2 MBytes   771 Mbits/sec    0    223 KBytes
[  4]   3.00-4.00   sec  92.0 MBytes   773 Mbits/sec    0    223 KBytes
[  4]   4.00-5.00   sec  86.6 MBytes   725 Mbits/sec    0    223 KBytes
[  4]   5.00-6.00   sec  91.1 MBytes   763 Mbits/sec    0    223 KBytes
[  4]   6.00-7.00   sec  92.9 MBytes   780 Mbits/sec    0    223 KBytes
[  4]   7.00-8.01   sec  92.2 MBytes   772 Mbits/sec    0    223 KBytes
[  4]   8.01-9.00   sec  89.5 MBytes   753 Mbits/sec    0    223 KBytes
[  4]   9.00-10.00  sec  89.0 MBytes   749 Mbits/sec    0    223 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth       Retr
[  4]   0.00-10.00  sec   909 MBytes   762 Mbits/sec    0             sender
[  4]   0.00-10.00  sec   909 MBytes   762 Mbits/sec                  receiver

iperf Done.
[alarm at lime2 ~]$ iperf3 -c 192.168.0.19 5201 -R
Connecting to host 192.168.0.19, port 5201
Reverse mode, remote host 192.168.0.19 is sending
[  4] local 192.168.0.8 port 36230 connected to 192.168.0.19 port 5201
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-1.00   sec   112 MBytes   936 Mbits/sec
[  4]   1.00-2.00   sec   112 MBytes   937 Mbits/sec
[  4]   2.00-3.00   sec   112 MBytes   938 Mbits/sec
[  4]   3.00-4.00   sec   112 MBytes   938 Mbits/sec
[  4]   4.00-5.00   sec   112 MBytes   938 Mbits/sec
[  4]   5.00-6.00   sec   111 MBytes   935 Mbits/sec
[  4]   6.00-7.00   sec   111 MBytes   930 Mbits/sec
[  4]   7.00-8.00   sec   111 MBytes   935 Mbits/sec
[  4]   8.00-9.00   sec   112 MBytes   937 Mbits/sec
[  4]   9.00-10.00  sec   111 MBytes   935 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-10.00  sec  1.09 GBytes   936 Mbits/sec                  sender
[  4]   0.00-10.00  sec  1.09 GBytes   936 Mbits/sec                  receiver

iperf Done.

-- 
Fran?ois-David Collin

  reply	other threads:[~2016-03-19 14:35 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-15  5:41 [U-Boot] [PATCH] Add CONFIG_GMAC_TX_DELAY=4 for OlinuXino Lime2 Michael Haas
     [not found] ` <20160315180914.GA1878@excalibur.cnev.de>
2016-03-15 20:41   ` Tom Rini
2016-03-16  8:32   ` Michael Haas
2016-03-16  9:29     ` Hans de Goede
2016-03-16 10:53       ` Hans de Goede
     [not found]       ` <20160316203642.GC1817@excalibur.cnev.de>
2016-03-17  5:28         ` Michael Haas
2016-03-17 10:52           ` Hans de Goede
2016-03-17 21:53             ` Michael Haas
2016-03-18  7:41               ` Hans de Goede
     [not found]                 ` <20160318190220.GC1815@excalibur.cnev.de>
2016-03-18 19:06                   ` Michael Haas
2016-03-20  8:36                     ` Michael Haas
2016-03-20 10:05                       ` François-David Collin
2016-03-18 20:32             ` Michael Haas
2016-03-18 21:53             ` Michael Haas
2016-03-19  8:39               ` François-David Collin
2016-03-19  9:32                 ` Hans de Goede
2016-03-19  9:35                   ` Michael Haas
2016-03-19  9:45                   ` Michael Haas
2016-03-19 13:40                   ` Michael Haas
2016-03-19 14:35                     ` François-David Collin [this message]
2016-03-20 13:45                     ` Hans de Goede
2016-03-20 15:28                       ` Michael Haas
2016-03-20 18:51                         ` Hans de Goede
     [not found]                           ` <20160321154714.GA4751@excalibur.cnev.de>
2016-03-21 18:57                             ` Michael Haas
2016-03-21 20:59                               ` Hans de Goede
2016-03-21 21:01                                 ` Hans de Goede
2016-03-21 21:47                                   ` Michael Haas
2016-03-21 22:00                                     ` Hans de Goede
2016-03-22  5:12                                       ` Michael Haas
2016-03-22  8:46                                 ` Peter Korsgaard
2016-03-22  8:57                                   ` Hans de Goede
2016-03-22  9:01                                     ` Michael Haas
2016-03-22  9:50                                     ` Peter Korsgaard
     [not found]                             ` <20160321173000.GD4751@excalibur.cnev.de>
2016-03-21 20:56                               ` Hans de Goede
  -- strict thread matches above, loose matches on Subject: below --
2016-03-18 17:33 François-David Collin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56ed63b0.03dd1c0a.c9780.570a@mx.google.com \
    --to=fradav@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox