All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 net 0/2] sctp: improve the pmtu probe in Search Complete state
@ 2021-07-25 17:42 Xin Long
  2021-07-25 17:42 ` [PATCHv2 net 1/2] sctp: improve the code for pmtu probe send and recv update Xin Long
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Xin Long @ 2021-07-25 17:42 UTC (permalink / raw)
  To: network dev, davem, kuba, linux-sctp; +Cc: Marcelo Ricardo Leitner

Timo recently suggested to use the loss of (data) packets as
indication to send pmtu probe for Search Complete state, which
should also be implied by RFC8899. This patchset is to change
the current one that is doing probe with current pmtu all the
time.

v1->v2:
  - see Patch 2/2.

Xin Long (2):
  sctp: improve the code for pmtu probe send and recv update
  sctp: send pmtu probe only if packet loss in Search Complete state

 include/net/sctp/structs.h |  5 +++--
 net/sctp/sm_statefuns.c    | 15 ++++++-------
 net/sctp/transport.c       | 45 +++++++++++++++++++++++---------------
 3 files changed, 37 insertions(+), 28 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2021-07-25 22:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-25 17:42 [PATCHv2 net 0/2] sctp: improve the pmtu probe in Search Complete state Xin Long
2021-07-25 17:42 ` [PATCHv2 net 1/2] sctp: improve the code for pmtu probe send and recv update Xin Long
2021-07-25 17:42 ` [PATCHv2 net 2/2] sctp: send pmtu probe only if packet loss in Search Complete state Xin Long
2021-07-25 22:10 ` [PATCHv2 net 0/2] sctp: improve the pmtu probe " patchwork-bot+netdevbpf

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.