All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mat Martineau <martineau@kernel.org>
To: Paolo Abeni <pabeni@redhat.com>
Cc: mptcp@lists.linux.dev
Subject: Re: [PATCH v5 mptcp-next 0/4] mptcp: misc improvement
Date: Fri, 22 Sep 2023 09:17:48 -0700 (PDT)	[thread overview]
Message-ID: <bf5dec6d-edc8-4a71-bd56-3628d195d05c@kernel.org> (raw)
In-Reply-To: <cover.1695368456.git.pabeni@redhat.com>

On Fri, 22 Sep 2023, Paolo Abeni wrote:

> This series is a follow-up the discussion ongoing here:
>
> https://github.com/multipath-tcp/mptcp_net-next/issues/437
>
> Daire reported several sub-optimal MPTCP behaviour on high-latency
> links.
>
> At least 3 different items stands off:
>
> * notsent_lowat setting fooling the scheduler
> * sub-optimal send buffer autotuning
> * delayed acks being de-facto disabled due to subflow rcvlowat
>
> This series is an attempt to address the first 2 points above.
>
> v4 -> v5:
> - dealing with Mat feedback in patch 1/4 and 4/4
>

v5 LGTM, thanks Paolo!

Reviewed-by: Mat Martineau <martineau@kernel.org>

> v3 -> v4:
> - added patch 1/4, fixing a pre-existing issue related. That patch
>   should likely go via -net, included here because the issue can not
>   manifest itself until patch 4/4.
>   Despite by best attempt to test this, I thing it would be easier
>   to just lest syzkaller crunch it more than a bit.
>
> v2 -> v3:
> - avoid ingremental updates, always recompute sum(ssk->sndbuf) to avoid
>   drift on memory pressure/decrease
> - add some needed comments
>
> v1 -> v2:
> - fixed compiler warning in patch 3/3 && more local testing
>
> Paolo Abeni (4):
>  mptcp: fix delegated action races.
>  mptcp: consolidate sockopt synchronization
>  mptcp: ignore notsent_lowat setting at the subflow level.
>  mptcp: refactor sndbuf auto-tuning.
>
> net/mptcp/protocol.c | 48 +++++++++++++++---------
> net/mptcp/protocol.h | 89 ++++++++++++++++++++++++++++++--------------
> net/mptcp/sockopt.c  | 33 +++++-----------
> net/mptcp/subflow.c  | 31 ++++++++-------
> 4 files changed, 119 insertions(+), 82 deletions(-)
>
> -- 
> 2.41.0
>
>
>

  parent reply	other threads:[~2023-09-22 16:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-22  7:42 [PATCH v5 mptcp-next 0/4] mptcp: misc improvement Paolo Abeni
2023-09-22  7:42 ` [PATCH v5 mptcp-next 1/4] mptcp: fix delegated action races Paolo Abeni
2023-09-22  7:43 ` [PATCH v5 mptcp-next 2/4] mptcp: consolidate sockopt synchronization Paolo Abeni
2023-09-22  7:43 ` [PATCH v5 mptcp-next 3/4] mptcp: ignore notsent_lowat setting at the subflow level Paolo Abeni
2023-09-22  7:43 ` [PATCH v5 mptcp-next 4/4] mptcp: refactor sndbuf auto-tuning Paolo Abeni
2023-09-22  9:33   ` mptcp: refactor sndbuf auto-tuning.: Tests Results MPTCP CI
2023-09-22 17:35   ` MPTCP CI
2023-09-22 16:17 ` Mat Martineau [this message]
2023-09-23  8:32 ` [PATCH v5 mptcp-next 0/4] mptcp: misc improvement Matthieu Baerts

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bf5dec6d-edc8-4a71-bd56-3628d195d05c@kernel.org \
    --to=martineau@kernel.org \
    --cc=mptcp@lists.linux.dev \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.