[PATCH mptcp-next v3 0/5] add MPTCP_MIB_CURRESTAB

Geliang Tang posted 5 patches 5 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/cover.1701256112.git.geliang.tang@suse.com
Maintainers: Matthieu Baerts <matttbe@kernel.org>, Mat Martineau <martineau@kernel.org>, "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, Shuah Khan <shuah@kernel.org>
There is a newer version of this series
net/mptcp/mib.c                               |  1 +
net/mptcp/mib.h                               |  8 +++
net/mptcp/pm_netlink.c                        |  3 +
net/mptcp/protocol.c                          | 57 ++++++++++++-------
net/mptcp/protocol.h                          |  1 +
net/mptcp/subflow.c                           |  2 +-
.../testing/selftests/net/mptcp/mptcp_join.sh | 34 +++++++++++
7 files changed, 86 insertions(+), 20 deletions(-)
[PATCH mptcp-next v3 0/5] add MPTCP_MIB_CURRESTAB
Posted by Geliang Tang 5 months, 2 weeks ago
v3:
- add mptcp_set_state helper

v2:
- use ftrace_regs_get_argument instead of regs_get_kernel_argument to
  fix build warnings reported kernel test robot.

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

Geliang Tang (5):
  mptcp: add mib counter dec helper
  mptcp: add a current established counter
  mptcp: add mptcp_set_state helper
  mptcp: use mptcp_set_state
  selftests: mptcp: join: check CURRESTAB counters

 net/mptcp/mib.c                               |  1 +
 net/mptcp/mib.h                               |  8 +++
 net/mptcp/pm_netlink.c                        |  3 +
 net/mptcp/protocol.c                          | 57 ++++++++++++-------
 net/mptcp/protocol.h                          |  1 +
 net/mptcp/subflow.c                           |  2 +-
 .../testing/selftests/net/mptcp/mptcp_join.sh | 34 +++++++++++
 7 files changed, 86 insertions(+), 20 deletions(-)

-- 
2.35.3
Re: [PATCH mptcp-next v3 0/5] add MPTCP_MIB_CURRESTAB
Posted by Mat Martineau 5 months, 1 week ago
On Wed, 29 Nov 2023, Geliang Tang wrote:

> v3:
> - add mptcp_set_state helper

Hi Geliang -

Could you rebase this so it applies to the current export branch?

Thanks,

Mat


>
> v2:
> - use ftrace_regs_get_argument instead of regs_get_kernel_argument to
>  fix build warnings reported kernel test robot.
>
> Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/460
>
> Geliang Tang (5):
>  mptcp: add mib counter dec helper
>  mptcp: add a current established counter
>  mptcp: add mptcp_set_state helper
>  mptcp: use mptcp_set_state
>  selftests: mptcp: join: check CURRESTAB counters
>
> net/mptcp/mib.c                               |  1 +
> net/mptcp/mib.h                               |  8 +++
> net/mptcp/pm_netlink.c                        |  3 +
> net/mptcp/protocol.c                          | 57 ++++++++++++-------
> net/mptcp/protocol.h                          |  1 +
> net/mptcp/subflow.c                           |  2 +-
> .../testing/selftests/net/mptcp/mptcp_join.sh | 34 +++++++++++
> 7 files changed, 86 insertions(+), 20 deletions(-)
>
> -- 
> 2.35.3
>
>
>