netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] tcp: add tcp_delack_max()
@ 2023-09-20 17:29 Eric Dumazet
  2023-09-20 17:29 ` [PATCH net-next 1/3] net: constify sk_dst_get() and __sk_dst_get() argument Eric Dumazet
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Eric Dumazet @ 2023-09-20 17:29 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni
  Cc: Soheil Hassas Yeganeh, Neal Cardwell, Yuchung Cheng, netdev,
	eric.dumazet, Eric Dumazet

First patches are adding const qualifiers to four existing helpers.

Third patch adds a much needed companion feature to RTAX_RTO_MIN.

Eric Dumazet (3):
  net: constify sk_dst_get() and __sk_dst_get() argument
  tcp: constify tcp_rto_min() and tcp_rto_min_us() argument
  tcp: derive delack_max from rto_min

 include/net/sock.h    |  4 ++--
 include/net/tcp.h     |  6 ++++--
 net/ipv4/tcp.c        |  3 ++-
 net/ipv4/tcp_output.c | 16 +++++++++++++++-
 4 files changed, 23 insertions(+), 6 deletions(-)

-- 
2.42.0.459.ge4e396fd5e-goog


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

end of thread, other threads:[~2023-10-01 12:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-20 17:29 [PATCH net-next 0/3] tcp: add tcp_delack_max() Eric Dumazet
2023-09-20 17:29 ` [PATCH net-next 1/3] net: constify sk_dst_get() and __sk_dst_get() argument Eric Dumazet
2023-09-20 17:29 ` [PATCH net-next 2/3] tcp: constify tcp_rto_min() and tcp_rto_min_us() argument Eric Dumazet
2023-09-20 17:29 ` [PATCH net-next 3/3] tcp: derive delack_max from rto_min Eric Dumazet
2023-09-20 17:34   ` Soheil Hassas Yeganeh
2023-09-20 19:06   ` Neal Cardwell
2023-09-20 21:57   ` David Ahern
2023-09-21  2:16     ` Eric Dumazet
2023-09-21 12:37       ` David Ahern
2023-09-21 12:58         ` Eric Dumazet
2023-09-22  9:59           ` David Laight
2023-09-22 10:53             ` Eric Dumazet
2023-09-22 16:51               ` David Laight
2023-10-01 12:20 ` [PATCH net-next 0/3] tcp: add tcp_delack_max() patchwork-bot+netdevbpf

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