All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 mptcp-next 0/6] mptcp: add some more diag info
@ 2023-05-24 13:50 Paolo Abeni
  2023-05-24 13:50 ` [PATCH v4 mptcp-next 1/6] mptcp: add subflow unique id Paolo Abeni
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Paolo Abeni @ 2023-05-24 13:50 UTC (permalink / raw)
  To: mptcp; +Cc: Florian Westphal

This is a follow up to the topic discussed in recent pubblic mtg.

Introduces unique id for accurate subflow stats tracking and
aggregate mptcp counters, plus some minimal self-tests.

The tests themself do not take in account support for running on
older kernel.

This is on top of "mptcp: a bunch of data race fixes".

There should be non trivial conflicts with:

"mptcp: use get_retrans wrapper".

v3 -> v4:
 - change binary layout for MPTCP_FULL_INFO structs (Florian)

v2 -> v3:
 - address Matttbe comments on patch 1, 2 and 5, see the indivdual
   patches changelog for the details

v1 -> v2:
 - introduce MPTCP_FULL_INFO instead of overloading a tcp_info field
 - add related self-tests
 - fix a couple of subflow_id initialization bugs

Paolo Abeni (6):
  mptcp: add subflow unique id
  mptcp: introduce MPTCP_FULL_INFO getsockopt
  mptcp: move snd_una update earlier for fallback socket.
  mptcp: track some aggregate data counters.
  selftests: mptcp: explicitly tests aggregate counters
  selftests: mptcp: add MPTCP_FULL_INFO testcase

 include/uapi/linux/mptcp.h                    |  30 +++
 net/mptcp/options.c                           |  14 +-
 net/mptcp/protocol.c                          |  24 ++-
 net/mptcp/protocol.h                          |   9 +-
 net/mptcp/sockopt.c                           | 187 ++++++++++++++++--
 net/mptcp/subflow.c                           |   2 +
 .../selftests/net/mptcp/mptcp_sockopt.c       | 123 +++++++++++-
 7 files changed, 356 insertions(+), 33 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2023-05-24 19:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-24 13:50 [PATCH v4 mptcp-next 0/6] mptcp: add some more diag info Paolo Abeni
2023-05-24 13:50 ` [PATCH v4 mptcp-next 1/6] mptcp: add subflow unique id Paolo Abeni
2023-05-24 13:50 ` [PATCH v4 mptcp-next 2/6] mptcp: introduce MPTCP_FULL_INFO getsockopt Paolo Abeni
2023-05-24 15:19   ` Matthieu Baerts
2023-05-24 15:26   ` Matthieu Baerts
2023-05-24 13:50 ` [PATCH v4 mptcp-next 3/6] mptcp: move snd_una update earlier for fallback socket Paolo Abeni
2023-05-24 13:50 ` [PATCH v4 mptcp-next 4/6] mptcp: track some aggregate data counters Paolo Abeni
2023-05-24 13:50 ` [PATCH v4 mptcp-next 5/6] selftests: mptcp: explicitly tests aggregate counters Paolo Abeni
2023-05-24 13:50 ` [PATCH v4 mptcp-next 6/6] selftests: mptcp: add MPTCP_FULL_INFO testcase Paolo Abeni
2023-05-24 14:17   ` selftests: mptcp: add MPTCP_FULL_INFO testcase: Build Failure MPTCP CI
2023-05-24 14:50     ` Paolo Abeni
2023-05-24 15:22   ` [PATCH v4 mptcp-next 6/6] selftests: mptcp: add MPTCP_FULL_INFO testcase Matthieu Baerts
2023-05-24 17:04   ` selftests: mptcp: add MPTCP_FULL_INFO testcase: Tests Results MPTCP CI
2023-05-24 19:56   ` MPTCP CI

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.