mbox series

[PATCHv2,net-next,0/2] sctp: make the PLPMTUD probe more effective and efficient

Message ID cover.1624675179.git.lucien.xin@gmail.com
Headers show
Series sctp: make the PLPMTUD probe more effective and efficient | expand

Message

Xin Long June 26, 2021, 2:40 a.m. UTC
As David Laight noticed, it currently takes quite some time to find
the optimal pmtu in the Search state, and also lacks the black hole
detection in the Search Complete state. This patchset is to address
them to mke the PLPMTUD probe more effective and efficient.

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

Xin Long (2):
  sctp: do black hole detection in search complete state
  sctp: send the next probe immediately once the last one is acked

 Documentation/networking/ip-sysctl.rst | 12 ++++++++----
 include/net/sctp/structs.h             |  3 ++-
 net/sctp/sm_statefuns.c                |  5 ++++-
 net/sctp/transport.c                   | 16 ++++++++--------
 4 files changed, 22 insertions(+), 14 deletions(-)

Comments

Marcelo Ricardo Leitner June 28, 2021, 4:54 p.m. UTC | #1
On Fri, Jun 25, 2021 at 10:40:53PM -0400, Xin Long wrote:
> As David Laight noticed, it currently takes quite some time to find

> the optimal pmtu in the Search state, and also lacks the black hole

> detection in the Search Complete state. This patchset is to address

> them to mke the PLPMTUD probe more effective and efficient.

> 

> v1->v2:

>   - see Patch 1/2.

> 

> Xin Long (2):

>   sctp: do black hole detection in search complete state

>   sctp: send the next probe immediately once the last one is acked


Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
David Miller June 28, 2021, 8:38 p.m. UTC | #2
I applied v1 of this so I'll need relative fixups.

Thank you.