diff options
| author | Jakub Kicinski <[email protected]> | 2023-11-29 20:10:27 -0800 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2023-11-29 20:10:27 -0800 |
| commit | 5de7796dffcde224eba00d05fe030e2b99d286fa (patch) | |
| tree | 4063dcd327a2741245125e886d833d0c6c4c5642 /include | |
| parent | 3d6d7549042cbadf252fa32ee1561b5bd2f402ea (diff) | |
| parent | 9369777c29395730cec967e7d0f48aed872b7110 (diff) | |
Merge branch 'mptcp-more-selftest-coverage-and-code-cleanup-for-net-next'
Mat Martineau says:
====================
mptcp: More selftest coverage and code cleanup for net-next
Patches 1-5 and 7-8 add selftest coverage (and an associated subflow
counter in the kernel) to validate the recently-updated handling of
subflows with ID 0.
Patch 6 renames a label in the userspace path manager for clarity.
Patches 9-11 and 13-15 factor out common selftest code by moving certain
functions to mptcp_lib.sh
Patch 12 makes sure the random data file generated for selftest
payloads has the intended size.
v3: https://lore.kernel.org/r/[email protected]
v2: https://lore.kernel.org/r/[email protected]
v1: https://lore.kernel.org/r/[email protected]
====================
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/linux/mptcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/mptcp.h b/include/uapi/linux/mptcp.h index a6451561f3f8..74cfe496891e 100644 --- a/include/uapi/linux/mptcp.h +++ b/include/uapi/linux/mptcp.h @@ -57,6 +57,7 @@ struct mptcp_info { __u64 mptcpi_bytes_sent; __u64 mptcpi_bytes_received; __u64 mptcpi_bytes_acked; + __u8 mptcpi_subflows_total; }; /* MPTCP Reset reason codes, rfc8684 */ |