All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next v5 0/2] display "last time" actions info
@ 2024-04-02 12:52 Geliang Tang
  2024-04-02 12:52 ` [PATCH mptcp-next v5 1/2] mptcp: add last time fields in mptcp_info Geliang Tang
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Geliang Tang @ 2024-04-02 12:52 UTC (permalink / raw)
  To: mptcp; +Cc: Geliang Tang

From: Geliang Tang <tanggeliang@kylinos.cn>

v5:
 - merge the squash-to patch
 - rename cnt1/2/3 as Matt suggested. (thanks)

v4:
 - address Mat's comments for v3 (thanks).
 - merge patch 1 and patch 2 into one.

v3:
 - address Matt's comments for patch 3 (thanks)
 - add "dport", "sleep", and mptcp_lib_expect_all_features.

v2:
 - address Mat's comments for v1 (thanks)
 - set msk->last_data_sent only if err > 0
 - set last_data_recv in __mptcp_move_skbs_from_subflow
 - add three reserved bytes after mptcpi_subflows_total
 - move selftests from mptcp_join.sh to diag.sh and check that the
timestamps move forward.

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

Geliang Tang (2):
  mptcp: add last time fields in mptcp_info
  selftests: mptcp: test last time mptcp_info

 include/uapi/linux/mptcp.h                |  4 ++
 net/mptcp/options.c                       |  1 +
 net/mptcp/protocol.c                      |  7 ++++
 net/mptcp/protocol.h                      |  3 ++
 net/mptcp/sockopt.c                       |  4 ++
 tools/testing/selftests/net/mptcp/diag.sh | 51 +++++++++++++++++++++++
 6 files changed, 70 insertions(+)

-- 
2.40.1


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

end of thread, other threads:[~2024-04-02 17:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-02 12:52 [PATCH mptcp-next v5 0/2] display "last time" actions info Geliang Tang
2024-04-02 12:52 ` [PATCH mptcp-next v5 1/2] mptcp: add last time fields in mptcp_info Geliang Tang
2024-04-02 12:52 ` [PATCH mptcp-next v5 2/2] selftests: mptcp: test last time mptcp_info Geliang Tang
2024-04-02 14:12   ` Matthieu Baerts
2024-04-02 13:46 ` [PATCH mptcp-next v5 0/2] display "last time" actions info MPTCP CI
2024-04-02 16:28 ` Mat Martineau
2024-04-02 17:22 ` 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.