[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1429136034.7346.154.camel@edumazet-glaptop2.roam.corp.google.com>
Date: Wed, 15 Apr 2015 15:13:54 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: rapier <rapier@....edu>
Cc: netdev@...r.kernel.org
Subject: Re: [Question] TCP stack performance decrease since 3.14
On Wed, 2015-04-15 at 17:38 -0400, rapier wrote:
> I believe I properly disabled CPU power management in the bios (the
> lenovo bios isn't terribly clear on this). I then booted with
> processor.max_cstate=1 idle=poll (also tried with
> intel_idle.max_cstate=0 and combinatiosn thereof). Still seeing reduced
> performance in comparison to 3.14. I'll try using /dev/cpu_dma_latency
> instead when I get in tomorrow. If you have other suggestions to verify
> c-state I'd be happy to hear them.
>
> As a note, 3.2 tests as being more than 18% faster in the above categories.
Wait a minute, are you testing tcp on a single laptop over loopback ?
multiple netperf consume a lot of ram and any change in kernel vmlinux
size can impact the performance simply because your cpu cache is too
small to cope with the increase.
Between 3.2 and 4.0 kernel, TCP networking changes are maybe 2 % of
overall changes.
2.6.1 kernel in 32bit mode will be much faster you know.
Maybe 40% faster.
# ls -l /boot/vmlinuz-*
-rwxr-xr-x 1 root root 3719696 2015-04-15 14:09 /boot/vmlinuz-3.14.0-smp
-rwxr-xr-x 1 root root 3911520 2015-04-15 14:30 /boot/vmlinuz-4.0.0-smp
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists