mptcp.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Geliang Tang <geliangtang at gmail.com>
To: mptcp at lists.01.org
Subject: [MPTCP] [MPTCP][RFC PATCH 0/2] DSS checksum and MP_FAIL support
Date: Wed, 10 Mar 2021 20:39:32 +0800	[thread overview]
Message-ID: <cover.1615378283.git.geliangtang@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 744 bytes --]

This is the first RFC version of adding DSS checksum and MP_FAIL support,
addressed issue #134 and #52. It's not finish yet. Patch 1 had a bug in
it. The self test script mptcp_join.sh could pass, but mptcp_connect.sh
will fail sometimes. Patch 2 didn't implement the logic of receiving the
MP_FAIL, where I marked it with a TODO label.
 
I need some suggestions to improve this patchset.

Thanks.

Geliang Tang (2):
  mptcp: DSS checksum support
  mptcp: add MP_FAIL support

 include/net/mptcp.h  |   2 +
 net/mptcp/options.c  | 122 +++++++++++++++++++++++++++++++++++++++----
 net/mptcp/protocol.h |  13 +++++
 net/mptcp/subflow.c  |  42 ++++++++++++++-
 4 files changed, 169 insertions(+), 10 deletions(-)

-- 
2.29.2

             reply	other threads:[~2021-03-10 12:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-10 12:39 Geliang Tang [this message]
2021-03-10 12:39 ` [MPTCP] [MPTCP][RFC PATCH 1/2] mptcp: DSS checksum support Geliang Tang
2021-03-10 12:39   ` [MPTCP] [MPTCP][RFC PATCH 2/2] mptcp: add MP_FAIL support Geliang Tang
     [not found]     ` <974f96db-7160-793e-6d9a-ca919cb74a8@linux.intel.com>
2021-06-21 11:53       ` 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.1615378283.git.geliangtang@gmail.com \
    --to=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 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).