All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 net 0/5] tcp: fixes to non-SACK TCP
@ 2018-03-13 10:25 Ilpo Järvinen
  2018-03-13 10:25 ` [PATCH v3 net 1/5] tcp: feed correct number of pkts acked to cc modules also in recovery Ilpo Järvinen
                   ` (5 more replies)
  0 siblings, 6 replies; 25+ messages in thread
From: Ilpo Järvinen @ 2018-03-13 10:25 UTC (permalink / raw)
  To: netdev; +Cc: Yuchung Cheng, Neal Cardwell, Eric Dumazet, Sergei Shtylyov

Here is a series of fixes to issues that occur when SACK is not
enabled for a TCP connection. These are not fixes to just some
remote corner cases of recovery but many/almost all recoveries
without SACK will be impacted by one (or even more than one) of
them. The sender-side changes (1-4) are not mainly, if any, to
improve performance (throughput) but address correctness
(congestion control responses should not get incorrectly
reverted) and burstiness (that may cause additional problems
later as some of the packets in such bursts may get dropped
needing again to resort to loss recovery that is likely
similarly bursty).

v1 -> v2:
- Tried to improve changelogs
- Reworked FRTO undo fix location
- Removed extra parenthesis from EXPR (and while at it, reverse
  also the sides of &&)
- Pass prior_snd_una rather than flag around to avoid moving
  tcp_packet_delayed call
- Pass tp instead of sk. Sk was there only due to a subsequent
  change (that I think is only net-next material) limiting the
  use of the transient state to only RTO recoveries as it won't
  be needed after NewReno recovery that won't do unnecessary
  rexmits like the non-SACK RTO recovery does

v2 -> v3:
- Remove unnecessarily added braces

tcp: feed correct number of pkts acked to cc
tcp: prevent bogus FRTO undos with non-SACK flows
tcp: move false FR condition into
tcp: prevent bogus undos when SACK is not enabled
tcp: send real dupACKs by locking advertized

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

end of thread, other threads:[~2018-04-04 17:44 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-13 10:25 [PATCH v3 net 0/5] tcp: fixes to non-SACK TCP Ilpo Järvinen
2018-03-13 10:25 ` [PATCH v3 net 1/5] tcp: feed correct number of pkts acked to cc modules also in recovery Ilpo Järvinen
2018-03-27  2:07   ` Yuchung Cheng
2018-03-27 14:23     ` Ilpo Järvinen
2018-03-27 15:06       ` Yuchung Cheng
2018-03-28 12:45         ` Ilpo Järvinen
2018-03-28 14:14           ` Yuchung Cheng
2018-03-28 15:04             ` Yuchung Cheng
2018-04-04 10:42               ` Ilpo Järvinen
2018-04-04 17:17                 ` Neal Cardwell
2018-03-13 10:25 ` [PATCH v3 net 2/5] tcp: prevent bogus FRTO undos with non-SACK flows Ilpo Järvinen
2018-03-28 22:26   ` Yuchung Cheng
2018-04-04 10:35     ` Ilpo Järvinen
2018-04-04 16:33       ` Neal Cardwell
2018-04-04 17:12         ` Yuchung Cheng
2018-04-04 17:22           ` Neal Cardwell
2018-04-04 17:40             ` Yuchung Cheng
2018-04-04 17:44               ` Neal Cardwell
2018-03-13 10:25 ` [PATCH v3 net 3/5] tcp: move false FR condition into tcp_false_fast_retrans_possible() Ilpo Järvinen
2018-03-13 10:25 ` [PATCH v3 net 4/5] tcp: prevent bogus undos when SACK is not enabled Ilpo Järvinen
2018-03-28 22:36   ` Yuchung Cheng
2018-04-04 10:23     ` Ilpo Järvinen
2018-03-13 10:25 ` [PATCH v3 net 5/5] tcp: send real dupACKs by locking advertized window for non-SACK flows Ilpo Järvinen
2018-03-13 13:43 ` [PATCH v3 net 0/5] tcp: fixes to non-SACK TCP Eric Dumazet
2018-03-15 11:13   ` Ilpo Järvinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.