mbox series

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

Message ID cover.1701256112.git.geliang.tang@suse.com (mailing list archive)
Headers show
Series add MPTCP_MIB_CURRESTAB | expand

Message

Geliang Tang Nov. 29, 2023, 11:10 a.m. UTC
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(-)

Comments

Mat Martineau Dec. 9, 2023, 1:27 a.m. UTC | #1
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
>
>
>