From: patchwork-bot+netdevbpf@kernel.org
To: Jakub Kicinski <kuba@kernel.org>
Cc: davem@davemloft.net, edumazet@google.com, ycheng@google.com,
weiwan@google.com, netdev@vger.kernel.org, ntspring@fb.com
Subject: Re: [PATCH net] tcp: ensure PMTU updates are processed during fastopen
Date: Mon, 21 Mar 2022 21:50:11 +0000 [thread overview]
Message-ID: <164789941121.5210.14121283533931105356.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220321165957.1769954-1-kuba@kernel.org>
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 21 Mar 2022 09:59:57 -0700 you wrote:
> tp->rx_opt.mss_clamp is not populated, yet, during TFO send so we
> rise it to the local MSS. tp->mss_cache is not updated, however:
>
> tcp_v6_connect():
> tp->rx_opt.mss_clamp = IPV6_MIN_MTU - headers;
> tcp_connect():
> tcp_connect_init():
> tp->mss_cache = min(mtu, tp->rx_opt.mss_clamp)
> tcp_send_syn_data():
> tp->rx_opt.mss_clamp = tp->advmss
>
> [...]
Here is the summary with links:
- [net] tcp: ensure PMTU updates are processed during fastopen
https://git.kernel.org/netdev/net/c/ed0c99dc0f49
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2022-03-21 21:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-21 16:59 [PATCH net] tcp: ensure PMTU updates are processed during fastopen Jakub Kicinski
2022-03-21 19:32 ` Eric Dumazet
2022-03-21 19:43 ` Jakub Kicinski
2022-03-21 21:50 ` patchwork-bot+netdevbpf [this message]
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=164789941121.5210.14121283533931105356.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=ntspring@fb.com \
--cc=weiwan@google.com \
--cc=ycheng@google.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).