From: patchwork-bot+netdevbpf@kernel.org
To: Jianguo Wu <wujianguo106@163.com>
Cc: netdev@vger.kernel.org, willemb@google.com, davem@davemloft.net
Subject: Re: [PATCH] udp: using datalen to cap max gso segments
Date: Thu, 09 Dec 2021 16:00:09 +0000 [thread overview]
Message-ID: <163906560941.14007.18184912106434798578.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <900742e5-81fb-30dc-6e0b-375c6cdd7982@163.com>
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 8 Dec 2021 18:03:33 +0800 you wrote:
> From: Jianguo Wu <wujianguo@chinatelecom.cn>
>
> The max number of UDP gso segments is intended to cap to UDP_MAX_SEGMENTS,
> this is checked in udp_send_skb():
>
> if (skb->len > cork->gso_size * UDP_MAX_SEGMENTS) {
> kfree_skb(skb);
> return -EINVAL;
> }
>
> [...]
Here is the summary with links:
- udp: using datalen to cap max gso segments
https://git.kernel.org/netdev/net/c/158390e45612
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:[~2021-12-09 16:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-08 10:03 [PATCH] udp: using datalen to cap max gso segments Jianguo Wu
2021-12-08 14:58 ` Willem de Bruijn
2021-12-09 16:00 ` 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=163906560941.14007.18184912106434798578.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=willemb@google.com \
--cc=wujianguo106@163.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