The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* net: tcp retransmissions happens to fast
@ 2013-08-06 11:15 Dawid Stawiarski
  0 siblings, 0 replies; only message in thread
From: Dawid Stawiarski @ 2013-08-06 11:15 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1048 bytes --]

Hi,

during tracking problem with NFS shares, we've found something weard happening to TCP connection.
We're using Ubuntu 12.04 with kernel 3.8.0-27-generic. We've managed to capture network traffic on client side, when the problem starts. After sending the pcap to linux-nfs group, we were sugested to send here (the thead on linux-nfs: http://thread.gmane.org/gmane.linux.nfs/57923 ).
Dump of traffic attached shows that:
0. operation SETATTR before problem starts works as charm (attached for reference)
1. retransmission happens very fast after sending 3 packets for WRITE operation
1a. linux is not using jumbo frame (3 packets of ~1K size instead of one)
2. linux ignores the ACK received after retransmission (actually it's cumulative ACK for the third packet)

netstats shows that data is in queue and the retransmissions are happening (however things start to work normally after NEW connection is established):
tcp        0 132902 10.254.39.74:719        10.254.38.115:2049      ESTABLISHED -                on (43.21/3/0)

cheers,
Dawid

[-- Attachment #2: n28-part.pcap --]
[-- Type: application/vnd.tcpdump.pcap, Size: 6938 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-06 11:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-06 11:15 net: tcp retransmissions happens to fast Dawid Stawiarski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox