netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* tcp wifi upload performance and lots of ACKs
@ 2012-06-04 18:29 Ben Greear
  2012-06-04 19:22 ` Daniel Baluta
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Ben Greear @ 2012-06-04 18:29 UTC (permalink / raw)
  To: netdev

I'm going some TCP performance testing on wifi -> LAN interface connections.  With
UDP, we can get around 250Mbps of payload throughput.  With TCP, max is about 80Mbps.

I think the problem is that there are way too many ACK packets, and bi-directional
traffic on wifi interfaces really slows things down.  (About 7000 pkts per second in
upload direction, 2000 pps download.  And the vast majority of the download pkts
are 66 byte ACK pkts from what I can tell.)

Kernel is 3.3.7+

Anyone know of any tuning parameters that would let the receiving socket wait a
bit longer and send more ACK data in fewer packets?

Packet traces and other info available if anyone wants to take a look.

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2012-06-07 18:10 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-04 18:29 tcp wifi upload performance and lots of ACKs Ben Greear
2012-06-04 19:22 ` Daniel Baluta
2012-06-04 20:09   ` Ben Greear
2012-06-04 20:15     ` Daniel Baluta
2012-06-07  0:26   ` Ben Greear
2012-06-07  0:40     ` Ben Greear
2012-06-07  4:15   ` Ben Greear
2012-06-07 12:20     ` David Laight
2012-06-07 14:41       ` Ben Greear
2012-06-07 17:51       ` Rick Jones
2012-06-07 18:10         ` David Miller
2012-06-04 19:32 ` Eric Dumazet
2012-06-04 20:12   ` Ben Greear
2012-06-04 20:18     ` Eric Dumazet
2012-06-05 14:28 ` Glen Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).