From: Gang Yan <gang.yan@linux.dev>
To: mptcp@lists.linux.dev
Cc: pabeni@redhat.com, Gang Yan <yangang@kylinos.cn>
Subject: [PATCH mptcp-net v3 0/3] mptcp: fix stall because of data_ready
Date: Tue, 17 Mar 2026 16:36:54 +0800 [thread overview]
Message-ID: <cover.1773735950.git.yangang@kylinos.cn> (raw)
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
next reply other threads:[~2026-03-17 8:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-17 8:36 Gang Yan [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1773735950.git.yangang@kylinos.cn \
--to=gang.yan@linux.dev \
--cc=mptcp@lists.linux.dev \
--cc=pabeni@redhat.com \
--cc=yangang@kylinos.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.