mbox series

[net-next,0/3] mptcp: misc. cleanups

Message ID 20240605-upstream-net-next-20240604-misc-cleanup-v1-0-ae2e35c3ecc5@kernel.org (mailing list archive)
Headers show
Series mptcp: misc. cleanups | expand

Message

Matthieu Baerts June 5, 2024, 7:15 a.m. UTC
Here is a small collection of miscellaneous cleanups:

- Patch 1 uses an MPTCP helper, instead of a TCP one, to do the same
  thing.

- Patch 2 adds a similar MPTCP helper, instead of using a TCP one
  directly.

- Patch 3 uses more appropriated terms in comments.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Davide Caratti (1):
      mptcp: refer to 'MPTCP' socket in comments

Geliang Tang (2):
      mptcp: use mptcp_win_from_space helper
      mptcp: add mptcp_space_from_win helper

 net/mptcp/protocol.c | 8 ++++----
 net/mptcp/protocol.h | 5 +++++
 net/mptcp/sockopt.c  | 2 +-
 net/mptcp/subflow.c  | 2 +-
 4 files changed, 11 insertions(+), 6 deletions(-)
---
base-commit: a6ba5125f10bd7307e775e585ad21a8f7eda1b59
change-id: 20240604-upstream-net-next-20240604-misc-cleanup-77d32539c55f

Best regards,

Comments

patchwork-bot+netdevbpf@kernel.org June 6, 2024, 1:20 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Wed, 05 Jun 2024 09:15:39 +0200 you wrote:
> Here is a small collection of miscellaneous cleanups:
> 
> - Patch 1 uses an MPTCP helper, instead of a TCP one, to do the same
>   thing.
> 
> - Patch 2 adds a similar MPTCP helper, instead of using a TCP one
>   directly.
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] mptcp: use mptcp_win_from_space helper
    https://git.kernel.org/netdev/net-next/c/5f0d0649c83f
  - [net-next,2/3] mptcp: add mptcp_space_from_win helper
    https://git.kernel.org/netdev/net-next/c/5cdedad62eab
  - [net-next,3/3] mptcp: refer to 'MPTCP' socket in comments
    https://git.kernel.org/netdev/net-next/c/92f74c1e05b0

You are awesome, thank you!