All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geliang Tang <geliangtang@gmail.com>
To: mptcp@lists.linux.dev
Cc: Geliang Tang <geliangtang@gmail.com>
Subject: [PATCH mptcp-next v6 0/9] The infinite mapping support
Date: Wed, 29 Sep 2021 15:34:58 +0800	[thread overview]
Message-ID: <cover.1632900306.git.geliangtang@gmail.com> (raw)

v6:
 - use allow_infinite_fallback instead of last_retrans_seq.
 - rename mptcp_is_data_contiguous to mptcp_allow_infinite_fallback.
 - rename last_fully_acked_dss_start_seq to last_ack_dss_start.

v5:
 - move last_retrans_seq from msk to mptcp_subflow_context

v4:
 - update patch 1 and patch 2

v3:
 - drop MPTCP_INFINITE_DONE flag
 - drop MAPPING_INFINITE
 - add mptcp_is_data_contiguous helper
 - add the fallback check
 - The u32 target testcase has not been completed yet.

v2:
 - add MPTCP_INFINITE_DONE flag
 - add MAPPING_INFINITE mapping status
 - add start_seq in the msk

v1:
 - add noncontiguous flag
 - add the mibs check
 - tag: export/20210904T080009

Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/216

Geliang Tang (9):
  mptcp: don't send RST for single subflow
  mptcp: add the fallback check
  mptcp: track and update contiguous data status
  mptcp: add last_ack_dss_start in the msk
  mptcp: infinite mapping sending
  mptcp: infinite mapping receiving
  mptcp: add mib for infinite map sending
  selftests: mptcp: add infinite map mibs check
  DO-NOT-MERGE: mptcp: mp_fail test

 include/net/mptcp.h                           |  3 +-
 net/mptcp/mib.c                               |  1 +
 net/mptcp/mib.h                               |  1 +
 net/mptcp/options.c                           |  2 +-
 net/mptcp/pm.c                                |  5 ++
 net/mptcp/protocol.c                          | 34 +++++++++++
 net/mptcp/protocol.h                          | 23 +++++++-
 net/mptcp/subflow.c                           | 54 +++++++++---------
 .../testing/selftests/net/mptcp/mptcp_join.sh | 56 +++++++++++++++++++
 9 files changed, 149 insertions(+), 30 deletions(-)

-- 
2.31.1


             reply	other threads:[~2021-09-29  7:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-29  7:34 Geliang Tang [this message]
2021-09-29  7:34 ` [PATCH mptcp-next v6 1/9] mptcp: don't send RST for single subflow Geliang Tang
2021-09-29  7:35 ` [PATCH mptcp-next v6 2/9] mptcp: add the fallback check Geliang Tang
2021-09-29  7:35 ` [PATCH mptcp-next v6 3/9] mptcp: track and update contiguous data status Geliang Tang
2021-09-29 22:12   ` Mat Martineau
2021-09-29  7:35 ` [PATCH mptcp-next v6 4/9] mptcp: add last_ack_dss_start in the msk Geliang Tang
2021-09-29 22:13   ` Mat Martineau
2021-09-29  7:35 ` [PATCH mptcp-next v6 5/9] mptcp: infinite mapping sending Geliang Tang
2021-09-29 22:16   ` Mat Martineau
2021-09-29  7:35 ` [PATCH mptcp-next v6 6/9] mptcp: infinite mapping receiving Geliang Tang
2021-09-29  7:35 ` [PATCH mptcp-next v6 7/9] mptcp: add mib for infinite map sending Geliang Tang
2021-09-29  7:35 ` [PATCH mptcp-next v6 8/9] selftests: mptcp: add infinite map mibs check Geliang Tang
2021-09-29  7:35 ` [PATCH mptcp-next v6 9/9] DO-NOT-MERGE: mptcp: mp_fail test 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.1632900306.git.geliangtang@gmail.com \
    --to=geliangtang@gmail.com \
    --cc=mptcp@lists.linux.dev \
    /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.