Re: [PATCH net 1/3] tcp: introduce tcp_rto_delta_us() helper for xmit timer fix

2017-08-01 Thread Eric Dumazet
On Mon, 2017-07-31 at 22:58 -0400, Neal Cardwell wrote: > Pure refactor. This helper will be required in the xmit timer fix > later in the patch series. (Because the TLP logic will want to make > this calculation.) > > Fixes: 6ba8a3b19e76 ("tcp: Tail loss probe (TLP)") > Signed-off-by: Neal Cardwe

[PATCH net 1/3] tcp: introduce tcp_rto_delta_us() helper for xmit timer fix

2017-07-31 Thread Neal Cardwell
Pure refactor. This helper will be required in the xmit timer fix later in the patch series. (Because the TLP logic will want to make this calculation.) Fixes: 6ba8a3b19e76 ("tcp: Tail loss probe (TLP)") Signed-off-by: Neal Cardwell Signed-off-by: Yuchung Cheng Signed-off-by: Nandita Dukkipati