netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jason Xing <kerneljasonxing@gmail.com>
To: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, dsahern@kernel.org, horms@kernel.org,
	kuniyu@amazon.com, ncardwell@google.com
Cc: netdev@vger.kernel.org, Jason Xing <kernelxing@tencent.com>
Subject: [PATCH RFC net-next 0/2] tcp: support initcwnd adjustment
Date: Fri, 28 Mar 2025 23:16:31 +0800	[thread overview]
Message-ID: <20250328151633.30007-1-kerneljasonxing@gmail.com> (raw)

From: Jason Xing <kernelxing@tencent.com>

Patch 1 introduces a normal set/getsockopt for initcwnd.

Patch 2 introduces a dynamic adjustment for initcwnd to contribute to
small data transfer in data center.

Jason Xing (2):
  tcp: add TCP_IW for socksetopt
  tcp: introduce dynamic initcwnd adjustment

 include/linux/tcp.h      |  4 +++-
 include/uapi/linux/tcp.h |  2 ++
 net/ipv4/tcp.c           | 16 ++++++++++++++++
 net/ipv4/tcp_input.c     | 13 ++++++++++---
 4 files changed, 31 insertions(+), 4 deletions(-)

-- 
2.43.5


             reply	other threads:[~2025-03-28 15:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-28 15:16 Jason Xing [this message]
2025-03-28 15:16 ` [PATCH RFC net-next 1/2] tcp: add TCP_IW for socksetopt Jason Xing
2025-03-28 15:16 ` [PATCH RFC net-next 2/2] tcp: introduce dynamic initcwnd adjustment Jason Xing
2025-04-07  1:11 ` [PATCH RFC net-next 0/2] tcp: support " Jason Xing

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=20250328151633.30007-1-kerneljasonxing@gmail.com \
    --to=kerneljasonxing@gmail.com \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=kernelxing@tencent.com \
    --cc=kuba@kernel.org \
    --cc=kuniyu@amazon.com \
    --cc=ncardwell@google.com \
    --cc=netdev@vger.kernel.org \
    --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 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).