All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next v7 0/4] Clarify when options can be used
@ 2021-12-30 19:16 Matthieu Baerts
  2021-12-30 19:16 ` [PATCH mptcp-next v7 1/4] Squash to "mptcp: implement fastclose xmit path" Matthieu Baerts
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Matthieu Baerts @ 2021-12-30 19:16 UTC (permalink / raw)
  To: mptcp; +Cc: Matthieu Baerts

This is a new version of Geliang's series called "send MP_FAIL with MP_RST and
others".

The Squash-to patch is the same as the draft I previously sent but fixing a
compilation issue: MP_RST can be sent with MP_FASTCLOSE and MP_FAIL but
MP_FASTCLOSE cannot be sent with MP_FAIL.

Patch 2/4 has not been modified.

Here, you might want to start looking at "mptcp: clarify when options can be
used" and check if everything is OK for you related to when options can be used
together.

If this is OK, the logic behind the Squash-to patch should be OK. Of course, the
implementation might not be OK but that's different :)

Patch 4/4 is there just to have mptcp_established_options() in sync with
mptcp_write_options() (and the RFC).

Happy New Year!

Geliang Tang (2):
  Squash to "mptcp: implement fastclose xmit path"
  mptcp: print out reset infos of MP_RST

Matthieu Baerts (2):
  mptcp: clarify when options can be used
  mptcp: allow sending both ADD_ADDR and RM_ADDR

 net/mptcp/options.c | 94 ++++++++++++++++++++++++++++++++-------------
 1 file changed, 67 insertions(+), 27 deletions(-)

-- 
2.33.1


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

end of thread, other threads:[~2022-01-05 11:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-30 19:16 [PATCH mptcp-next v7 0/4] Clarify when options can be used Matthieu Baerts
2021-12-30 19:16 ` [PATCH mptcp-next v7 1/4] Squash to "mptcp: implement fastclose xmit path" Matthieu Baerts
2022-01-05  8:50   ` Geliang Tang
2022-01-05 10:01     ` Matthieu Baerts
2022-01-05 10:28       ` Geliang Tang
2022-01-05 10:55       ` Geliang Tang
2022-01-05 11:03         ` Matthieu Baerts
2021-12-30 19:16 ` [PATCH mptcp-next v7 2/4] mptcp: print out reset infos of MP_RST Matthieu Baerts
2021-12-30 19:16 ` [PATCH mptcp-next v7 3/4] mptcp: clarify when options can be used Matthieu Baerts
2021-12-30 19:16 ` [PATCH mptcp-next v7 4/4] mptcp: allow sending both ADD_ADDR and RM_ADDR Matthieu Baerts

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.