Message ID | 20230823-mptcp-issue-415-ss-mptcp-info-6-5-v1-0-fcaf00a03511@tessares.net (mailing list archive) |
---|---|
Headers | show |
Series | ss: mptcp: print new info counters | expand |
Hello: This series was applied to iproute2/iproute2.git (main) by Stephen Hemminger <stephen@networkplumber.org>: On Wed, 23 Aug 2023 09:24:05 +0200 you wrote: > Some MPTCP counters from mptcp_info structure have been added in the > kernel but not in ss. > > Before adding the new counters in patch 3/3, patch 1/3 makes sure all > unsigned counters are displayed as unsigned. Patch 2/3 displays all seq > related counters as decimal instead of hexadecimal. > > [...] Here is the summary with links: - [iproute2,1/3] ss: mptcp: display info counters as unsigned https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=0c3f1582d5b3 - [iproute2,2/3] ss: mptcp: display seq related counters as decimal https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=cfa70237d62a - [iproute2,3/3] ss: mptcp: print missing info counters https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=505c65aa44c5 You are awesome, thank you!
Some MPTCP counters from mptcp_info structure have been added in the kernel but not in ss. Before adding the new counters in patch 3/3, patch 1/3 makes sure all unsigned counters are displayed as unsigned. Patch 2/3 displays all seq related counters as decimal instead of hexadecimal. Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> --- Matthieu Baerts (3): ss: mptcp: display info counters as unsigned ss: mptcp: display seq related counters as decimal ss: mptcp: print missing info counters misc/ss.c | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) --- base-commit: 872148f54e35cb13aa6c9e48e52306cd469aaa53 change-id: 20230817-mptcp-issue-415-ss-mptcp-info-6-5-9d6fa5121fb0 Best regards,