mbox series

[net,0/2] mptcp: Subflow accounting fix

Message ID 20220512232642.541301-1-mathew.j.martineau@linux.intel.com (mailing list archive)
Headers show
Series mptcp: Subflow accounting fix | expand

Message

Mat Martineau May 12, 2022, 11:26 p.m. UTC
This series contains a bug fix affecting the in-kernel path manager
(patch 1), where closing subflows would sometimes not adjust the PM's
count of active subflows. Patch 2 updates the selftests to exercise the
new code.

Paolo Abeni (2):
  mptcp: fix subflow accounting on close
  selftests: mptcp: add subflow limits test-cases

 net/mptcp/pm.c                                |  5 +-
 net/mptcp/protocol.h                          | 14 ++++++
 net/mptcp/subflow.c                           | 12 +++--
 .../testing/selftests/net/mptcp/mptcp_join.sh | 48 ++++++++++++++++++-
 4 files changed, 71 insertions(+), 8 deletions(-)


base-commit: f3f19f939c11925dadd3f4776f99f8c278a7017b

Comments

patchwork-bot+netdevbpf@kernel.org May 14, 2022, 12:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 12 May 2022 16:26:40 -0700 you wrote:
> This series contains a bug fix affecting the in-kernel path manager
> (patch 1), where closing subflows would sometimes not adjust the PM's
> count of active subflows. Patch 2 updates the selftests to exercise the
> new code.
> 
> Paolo Abeni (2):
>   mptcp: fix subflow accounting on close
>   selftests: mptcp: add subflow limits test-cases
> 
> [...]

Here is the summary with links:
  - [net,1/2] mptcp: fix subflow accounting on close
    https://git.kernel.org/netdev/net/c/95d686517884
  - [net,2/2] selftests: mptcp: add subflow limits test-cases
    https://git.kernel.org/netdev/net/c/e274f7154008

You are awesome, thank you!