public inbox for mptcp@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH mptcp-net v3 0/3] mptcp: fix stall because of data_ready
@ 2026-03-17  8:36 Gang Yan
  2026-03-17  8:36 ` [PATCH mptcp-net v3 1/3] mptcp: replace backlog_list with backlog_queue Gang Yan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Gang Yan @ 2026-03-17  8:36 UTC (permalink / raw)
  To: mptcp; +Cc: pabeni, Gang Yan

From: Gang Yan <yangang@kylinos.cn>

Hi Paolo,Matt:

The patches have replaced the original backlog_list with an rb-tree based
'backlog_queue', and resolved the existing transmission stall issues by using
the new backlog_queue infrastructure.

Looking forward to your comments and feedback.

Thanks
Gang

Gang Yan (3):
  mptcp: replace backlog_list with backlog_queue
  mptcp: fix the stall problems using backlog_queue
  mptcp: fix the stall problems with data_ready

 net/mptcp/protocol.c | 93 +++++++++++++++++++++++++++++++++++++-------
 net/mptcp/protocol.h |  2 +-
 2 files changed, 81 insertions(+), 14 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-03-24  6:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-17  8:36 [PATCH mptcp-net v3 0/3] mptcp: fix stall because of data_ready Gang Yan
2026-03-17  8:36 ` [PATCH mptcp-net v3 1/3] mptcp: replace backlog_list with backlog_queue Gang Yan
2026-03-17  8:36 ` [PATCH mptcp-net v3 2/3] mptcp: fix the stall problems using backlog_queue Gang Yan
2026-03-17  8:36 ` [PATCH mptcp-net v3 3/3] mptcp: fix the stall problems with data_ready Gang Yan
2026-03-17  9:58 ` [PATCH mptcp-net v3 0/3] mptcp: fix stall because of data_ready MPTCP CI
2026-03-24  6:23 ` Geliang Tang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox