netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] mptcp: fix 3rd ack rtx timer
@ 2021-11-19 14:27 Paolo Abeni
  2021-11-19 14:27 ` [PATCH net 1/2] mptcp: fix delack timer Paolo Abeni
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paolo Abeni @ 2021-11-19 14:27 UTC (permalink / raw)
  To: netdev; +Cc: mptcp, Eric Dumazet

Eric noted that the MPTCP code do the wrong thing to schedule
the MPJ 3rd ack timer. He also provided a patch to address the
issues (patch 1/2).

To fix for good the MPJ 3rd ack retransmission timer, we additionally
need to set it after the current ack is transmitted (patch 2/2)

Note that the bug went unnotice so far because all the related
tests required some running data transfer, and that causes
MPTCP-level ack even on the opening MPJ subflow. We now have
explicit packet drill coverage for this code path.

Eric Dumazet (1):
  mptcp: fix delack timer

Paolo Abeni (1):
  mptcp: use delegate action to schedule 3rd ack retrans

 net/mptcp/options.c  | 32 ++++++++-------------------
 net/mptcp/protocol.c | 51 ++++++++++++++++++++++++++++++++++++--------
 net/mptcp/protocol.h | 17 ++++++++-------
 3 files changed, 60 insertions(+), 40 deletions(-)

-- 
2.33.1


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

end of thread, other threads:[~2021-11-20 14:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-19 14:27 [PATCH net 0/2] mptcp: fix 3rd ack rtx timer Paolo Abeni
2021-11-19 14:27 ` [PATCH net 1/2] mptcp: fix delack timer Paolo Abeni
2021-11-19 14:27 ` [PATCH net 2/2] mptcp: use delegate action to schedule 3rd ack retrans Paolo Abeni
2021-11-19 15:46 ` [PATCH net 0/2] mptcp: fix 3rd ack rtx timer David Miller
2021-11-20 14:30 ` 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).