netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] mptcp: Features and fixes for v6.7
@ 2023-10-23 20:44 Mat Martineau
  2023-10-23 20:44 ` [PATCH net-next 1/9] mptcp: add a new sysctl for make after break timeout Mat Martineau
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Mat Martineau @ 2023-10-23 20:44 UTC (permalink / raw)
  To: Matthieu Baerts, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni
  Cc: netdev, mptcp, Mat Martineau

Patch 1 adds a configurable timeout for the MPTCP connection when all
subflows are closed, to support break-before-make use cases.

Patch 2 is a fix for a 1-byte error in rx data counters with MPTCP
fastopen connections.

Patch 3 is a minor code cleanup.

Patches 4 & 5 add handling of rcvlowat for MPTCP sockets, with a
prerequisite patch to use a common scaling ratio between TCP and MPTCP.

Patch 6 improves efficiency of memory copying in MPTCP transmit code.

Patch 7 refactors syncing of socket options from the MPTCP socket to
its subflows.

Patches 8 & 9 help the MPTCP packet scheduler perform well by changing
the handling of notsent_lowat in subflows and how available buffer space
is calculated for MPTCP-level sends.

Signed-off-by: Mat Martineau <martineau@kernel.org>
---
Paolo Abeni (9):
      mptcp: add a new sysctl for make after break timeout
      mptcp: properly account fastopen data
      mptcp: use plain bool instead of custom binary enum
      tcp: define initial scaling factor value as a macro
      mptcp: give rcvlowat some love
      mptcp: use copy_from_iter helpers on transmit
      mptcp: consolidate sockopt synchronization
      mptcp: ignore notsent_lowat setting at the subflow level
      mptcp: refactor sndbuf auto-tuning

 Documentation/networking/mptcp-sysctl.rst | 11 +++++
 include/net/tcp.h                         | 12 +++--
 net/mptcp/ctrl.c                          | 16 ++++++
 net/mptcp/fastopen.c                      |  1 +
 net/mptcp/protocol.c                      | 69 +++++++++++++++++---------
 net/mptcp/protocol.h                      | 82 ++++++++++++++++++++++++++-----
 net/mptcp/sockopt.c                       | 65 +++++++++++++++++-------
 net/mptcp/subflow.c                       | 45 ++++++++++-------
 8 files changed, 224 insertions(+), 77 deletions(-)
---
base-commit: d6e48462e88fe7efc78b455ecde5b0ca43ec50b7
change-id: 20231023-send-net-next-20231023-2-96cfdf27b5ed

Best regards,
-- 
Mat Martineau <martineau@kernel.org>


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-11-06  8:19 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-23 20:44 [PATCH net-next 0/9] mptcp: Features and fixes for v6.7 Mat Martineau
2023-10-23 20:44 ` [PATCH net-next 1/9] mptcp: add a new sysctl for make after break timeout Mat Martineau
2023-10-25  0:54   ` Jakub Kicinski
2023-10-25 13:48     ` Paolo Abeni
2023-10-23 20:44 ` [PATCH net-next 2/9] mptcp: properly account fastopen data Mat Martineau
2023-10-23 20:44 ` [PATCH net-next 3/9] mptcp: use plain bool instead of custom binary enum Mat Martineau
2023-10-23 20:44 ` [PATCH net-next 4/9] tcp: define initial scaling factor value as a macro Mat Martineau
2023-10-23 20:44 ` [PATCH net-next 5/9] mptcp: give rcvlowat some love Mat Martineau
2023-10-23 20:44 ` [PATCH net-next 6/9] mptcp: use copy_from_iter helpers on transmit Mat Martineau
2023-10-23 20:44 ` [PATCH net-next 7/9] mptcp: consolidate sockopt synchronization Mat Martineau
2023-10-23 20:44 ` [PATCH net-next 8/9] mptcp: ignore notsent_lowat setting at the subflow level Mat Martineau
2023-10-23 20:44 ` [PATCH net-next 9/9] mptcp: refactor sndbuf auto-tuning Mat Martineau
2023-11-02 17:19   ` Eric Dumazet
2023-11-02 18:38     ` Mat Martineau
2023-11-06  7:21     ` Paolo Abeni
2023-11-06  8:18       ` Eric Dumazet
2023-10-25 19:50 ` [PATCH net-next 0/9] mptcp: Features and fixes for v6.7 patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).