On Mon, Nov 27, 2017 at 1:49 PM, Steve Ibanez <siba...@stanford.edu> wrote: > > Hi Neal, > > I tried out your new suggested patches and indeed it looks like it is > working. The duration of the freezes looks like it has reduced from an > RTO to 10ms (tcp probe reports SRTT measurements of about 200us just > before the freeze). So the PTO value seems to be correctly set to > max(2*SRTT, 10ms).
Great. Thank you for testing this! Our team will look into testing these patches more and sending some version of them upstream if things look good. Also, BTW, in newer kernels, with bb4d991a28cc ("tcp: adjust tail loss probe timeout") from July, the TLP timeout should be closer to 2*SRTT + 2 jiffies, so if your kernel has 1ms jiffies this should further improve things. Thanks, neal