CoDel AQM discussions
 help / color / mirror / Atom feed
From: Eric Dumazet <eric.dumazet@gmail.com>
To: Dave Taht <dave.taht@gmail.com>
Cc: codel@lists.bufferbloat.net, bloat <bloat@lists.bufferbloat.net>
Subject: [Codel] [codel] some numbers on dual 10Gb links
Date: Wed, 09 May 2012 09:32:04 +0200	[thread overview]
Message-ID: <1336548724.21775.7.camel@edumazet-laptop> (raw)
In-Reply-To: <CAA93jw7J2=isAr_4pgiTenOzu1h5ciX6uVPRGx71Ht9_08K=4g@mail.gmail.com>

Some results on my setup (2 fibers at 10Gb), but my remote machine
is a slow quadcore (Q6600). I am waiting net-next compiles on this one
so that I can reverse the test (sender on the slow machine)

10 netperf on one fiber, 10 netperf on the second one.


TC Setup :
EST="est 1sec 4sec"

DEV=eth7
ethtool -K $DEV tso off gso off
tc qdisc del dev $DEV root 2>/dev/null

tc qdisc add dev $DEV root handle 1: $EST htb default 1
tc class add dev $DEV parent 1: classid 1:1 $EST \
	htb rate 4000Mbit mtu 1500 quantum 1514 
tc qdisc add dev $DEV parent 1:1 handle 10: $EST \
	codel ecn target 500us interval 10ms limit 2000

DEV=eth8
ethtool -K $DEV tso off gso off
tc qdisc del dev $DEV root 2>/dev/null

tc qdisc add dev $DEV root handle 1: $EST htb default 1
tc class add dev $DEV parent 1: classid 1:1 $EST \
	htb rate 4000Mbit mtu 1500 quantum 1514 
tc qdisc add dev $DEV parent 1:1 handle 10: $EST \
	codel ecn target 500us interval 10ms limit 2000


# tc -s -d qdisc
qdisc htb 1: dev eth7 root refcnt 33 r2q 10 default 1 direct_packets_stat 0 ver 3.17
 Sent 279883414602 bytes 184874085 pkt (dropped 0, overlimits 70072116 requeues 20193) 
 rate 3282Mbit 271033pps backlog 0b 368p requeues 20193 
qdisc codel 10: dev eth7 parent 1:1 ecn limit 2000p minbytes 1514 target 499us interval 10.0ms 
 Sent 279882995224 bytes 184873808 pkt (dropped 0, overlimits 0 requeues 0) 
 rate 3282Mbit 271033pps backlog 557152b 368p requeues 0 
  count 3 delay 1.5ms ecn_mark 15130
  drop_overlimit 0 states 184873808 : 39403313 9921 5209

qdisc htb 1: dev eth8 root refcnt 33 r2q 10 default 1 direct_packets_stat 0 ver 3.17
 Sent 279835644380 bytes 184841333 pkt (dropped 0, overlimits 70249151 requeues 20188) 
 rate 3290Mbit 271687pps backlog 0b 266p requeues 20188 
qdisc codel 10: dev eth8 parent 1:1 ecn limit 2000p minbytes 1514 target 499us interval 10.0ms 
 Sent 279835421822 bytes 184841186 pkt (dropped 0, overlimits 0 requeues 0) 
 rate 3290Mbit 271687pps backlog 405752b 268p requeues 0 
  count 3 delay 1.0ms ecn_mark 15068
  drop_overlimit 0 states 184841186 : 39470075 9793 5275

# ping 192.168.99.2
PING 192.168.99.2 (192.168.99.2) 56(84) bytes of data.
64 bytes from 192.168.99.2: icmp_req=1 ttl=64 time=0.072 ms
64 bytes from 192.168.99.2: icmp_req=2 ttl=64 time=0.087 ms
64 bytes from 192.168.99.2: icmp_req=3 ttl=64 time=0.338 ms
64 bytes from 192.168.99.2: icmp_req=4 ttl=64 time=0.810 ms
64 bytes from 192.168.99.2: icmp_req=5 ttl=64 time=0.827 ms
64 bytes from 192.168.99.2: icmp_req=6 ttl=64 time=1.22 ms
64 bytes from 192.168.99.2: icmp_req=7 ttl=64 time=0.840 ms
64 bytes from 192.168.99.2: icmp_req=8 ttl=64 time=0.898 ms
64 bytes from 192.168.99.2: icmp_req=9 ttl=64 time=1.66 ms
64 bytes from 192.168.99.2: icmp_req=10 ttl=64 time=0.886 ms
64 bytes from 192.168.99.2: icmp_req=11 ttl=64 time=0.571 ms
64 bytes from 192.168.99.2: icmp_req=12 ttl=64 time=0.422 ms
64 bytes from 192.168.99.2: icmp_req=13 ttl=64 time=0.259 ms
64 bytes from 192.168.99.2: icmp_req=14 ttl=64 time=1.47 ms
64 bytes from 192.168.99.2: icmp_req=15 ttl=64 time=1.32 ms
64 bytes from 192.168.99.2: icmp_req=16 ttl=64 time=0.765 ms
64 bytes from 192.168.99.2: icmp_req=17 ttl=64 time=1.23 ms
64 bytes from 192.168.99.2: icmp_req=18 ttl=64 time=1.36 ms
64 bytes from 192.168.99.2: icmp_req=19 ttl=64 time=0.151 ms
64 bytes from 192.168.99.2: icmp_req=20 ttl=64 time=2.14 ms
64 bytes from 192.168.99.2: icmp_req=21 ttl=64 time=1.12 ms
^C
--- 192.168.99.2 ping statistics ---
21 packets transmitted, 21 received, 0% packet loss, time 20008ms
rtt min/avg/max/mdev = 0.072/0.879/2.144/0.540 ms




  reply	other threads:[~2012-05-09  7:32 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-09  1:04 [Codel] The challenge Dave Taht
2012-05-09  2:02 ` [Codel] [Bloat] " Kevin Gross
2012-05-09  3:13 ` [Codel] " Kathleen Nichols
2012-05-09  3:56   ` Dave Taht
2012-05-09  5:16 ` [Codel] [Bloat] " Simon Barber
2012-05-09  5:40   ` Eric Dumazet
2012-05-09  5:41     ` Dave Taht
2012-05-09  7:32       ` Eric Dumazet [this message]
2012-05-09 13:04   ` Kevin Gross
2012-05-16  5:55     ` Jonathan Morton
2012-05-16  6:09       ` Eric Dumazet
2012-05-16  7:05         ` [Codel] Exploring the potential of codel, fq_codel, and qfq dave taht
2012-05-16  7:20           ` Dave Taht
2012-05-16  7:42             ` [Codel] [Bloat] " Eric Dumazet
2012-05-16  7:46             ` Eric Dumazet
2012-05-16  8:17               ` Eric Dumazet
2012-05-16  9:02                 ` Jonathan Morton
2012-05-16  9:14                   ` Eric Dumazet
2012-05-16  9:31                     ` Jonathan Morton
2012-05-16  9:37                       ` Eric Dumazet
2012-05-16  9:59                         ` Jonathan Morton
2012-05-16 10:10                           ` Eric Dumazet
2012-05-16 13:58                 ` Eric Dumazet
2012-05-16 17:40               ` Rick Jones
2012-05-16 17:53                 ` Eric Dumazet
2012-05-16 17:33             ` [Codel] " Rick Jones
2012-05-16 17:48               ` [Codel] [Bloat] " Eric Dumazet
2012-05-16  6:09       ` [Codel] [Bloat] The challenge Dave Taht
2012-05-16  6:31         ` Eric Dumazet
2012-05-16  8:15           ` Jonathan Morton
2012-05-09 19:10   ` Roger Jørgensen
2012-05-09 19:15     ` Dave Taht
2012-05-09 19:28       ` Dave Taht
2012-05-09 20:02     ` Simon Barber
2012-05-09 20:06   ` Fred Baker
2012-05-09 21:47     ` Jim Gettys
2012-05-09 23:58       ` Eric Dumazet
2012-05-10  2:34 ` Jonathan Morton
2012-05-10  2:37   ` Dave Taht
2012-05-10  6:35     ` David Woodhouse
2012-05-10  6:54       ` Jonathan Morton
2012-05-10  7:02         ` David Woodhouse
2012-05-10 14:25           ` Justin McCann
2012-05-10 14:42             ` David Woodhouse
2012-05-10 15:34               ` Neil Davies
2012-05-10 21:20               ` Jim Gettys
2012-05-14  7:27           ` Jonathan Morton
2012-05-14  7:34             ` Eric Dumazet
2012-05-14 13:55             ` David Woodhouse
2012-05-18 20:56               ` [Codel] [Bloat] Linux-able modems Jonathan Morton
2012-05-18 21:36                 ` Dave Taht
2012-05-18 22:34                   ` Dave Taht

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

  List information: https://lists.bufferbloat.net/postorius/lists/codel.lists.bufferbloat.net/

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

  git send-email \
    --in-reply-to=1336548724.21775.7.camel@edumazet-laptop \
    --to=eric.dumazet@gmail.com \
    --cc=bloat@lists.bufferbloat.net \
    --cc=codel@lists.bufferbloat.net \
    --cc=dave.taht@gmail.com \
    /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