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][PATCH mptcp-next 0/7] refactor mptcp_addr_info and cleanups
Date: Sun, 14 Mar 2021 22:22:50 +0800	[thread overview]
Message-ID: <cover.1615731165.git.geliangtang@gmail.com> (raw)

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

The patch set refactored struct mptcp_addr_info, and use it in both
mptcp_out_options and mptcp_out_options. Then drop the duplicate code
and do cleanups.

Geliang Tang (7):
  mptcp: move ifindex and flags out of mptcp_addr_info
  mptcp: use mptcp_addr_info in mptcp_out_options
  mptcp: use mptcp_addr_info in mptcp_options_received
  mptcp: drop MPTCP_ADDR_IPVERSION_4/6
  mptcp: unify add_addr(6)_generate_hmac
  mptcp: drop OPTION_MPTCP_ADD_ADDR6
  mptcp: drop unnecessary CONFIG_MPTCP_IPV6

 include/net/mptcp.h    |  21 +++--
 net/mptcp/options.c    | 175 +++++++++++++----------------------------
 net/mptcp/pm_netlink.c |  55 +++++--------
 net/mptcp/protocol.h   |  38 +++------
 net/mptcp/subflow.c    |   6 +-
 5 files changed, 104 insertions(+), 191 deletions(-)

-- 
2.30.2

                 reply	other threads:[~2021-03-14 14:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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.1615731165.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).