All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] tcp: save flowlabel and use for receiver repathing
@ 2023-09-29 21:03 David Morley
  2023-09-29 21:03 ` [PATCH net-next v2 1/2] tcp: record last received ipv6 flowlabel David Morley
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Morley @ 2023-09-29 21:03 UTC (permalink / raw)
  To: David Miller, Eric Dumazet, Jakub Kicinski; +Cc: netdev, David Morley

From: David Morley <morleyd@google.com>

This patch series stores the last received ipv6 flowlabel. This last
received flowlabel is then used to help decide whether a packet is
likely an RTO retransmit or the result of a TLP. This new information
is used to better inform the flowlabel change decision for data
receivers.

David Morley (2):
  tcp: record last received ipv6 flowlabel
  tcp: change data receiver flowlabel after one dup

 include/net/inet_connection_sock.h |  5 ++++-
 include/net/tcp.h                  |  2 ++
 net/dccp/timer.c                   |  4 ++--
 net/ipv4/tcp_input.c               | 29 ++++++++++++++++++++++++++---
 net/ipv4/tcp_timer.c               |  2 +-
 5 files changed, 35 insertions(+), 7 deletions(-)

-- 
2.42.0.582.g8ccd20d70d-goog


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

end of thread, other threads:[~2023-10-04 23:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-29 21:03 [PATCH net-next v2 0/2] tcp: save flowlabel and use for receiver repathing David Morley
2023-09-29 21:03 ` [PATCH net-next v2 1/2] tcp: record last received ipv6 flowlabel David Morley
2023-09-29 21:03 ` [PATCH net-next v2 2/2] tcp: change data receiver flowlabel after one dup David Morley
2023-10-04 23:32 ` [PATCH net-next v2 0/2] tcp: save flowlabel and use for receiver repathing Jakub Kicinski

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.