linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] tcp_metrics: fix hanlding of route options
@ 2025-06-13 10:20 Petr Tesarik
  2025-06-13 10:20 ` [PATCH net 1/2] tcp_metrics: set maximum cwnd from the dst entry Petr Tesarik
  2025-06-13 10:20 ` [PATCH net 2/2] tcp_metrics: use ssthresh value from dst if there is no metrics Petr Tesarik
  0 siblings, 2 replies; 9+ messages in thread
From: Petr Tesarik @ 2025-06-13 10:20 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Neal Cardwell, Kuniyuki Iwashima,
	open list:NETWORKING [TCP]
  Cc: David Ahern, Jakub Kicinski, Paolo Abeni, open list, Petr Tesarik

I ran into a couple of issues while trying to tweak TCP congestion
avoidance to analyze a potential performance regression. It turns out
that overriding the parameters with ip-route(8) does not work as
expected and appears to be buggy.

Petr Tesarik (2):
  tcp_metrics: set maximum cwnd from the dst entry
  tcp_metrics: use ssthresh value from dst if there is no metrics

 net/ipv4/tcp_metrics.c | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-06-19  8:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-13 10:20 [PATCH net 0/2] tcp_metrics: fix hanlding of route options Petr Tesarik
2025-06-13 10:20 ` [PATCH net 1/2] tcp_metrics: set maximum cwnd from the dst entry Petr Tesarik
2025-06-17 11:00   ` Paolo Abeni
2025-06-17 11:39     ` Petr Tesarik
2025-06-18 17:01       ` Petr Tesarik
2025-06-19  8:22         ` Paolo Abeni
2025-06-13 10:20 ` [PATCH net 2/2] tcp_metrics: use ssthresh value from dst if there is no metrics Petr Tesarik
2025-06-17 10:48   ` Paolo Abeni
2025-06-17 11:56     ` Petr Tesarik

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).