[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <163906560941.14007.18184912106434798578.git-patchwork-notify@kernel.org>
Date: Thu, 09 Dec 2021 16:00:09 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Jianguo Wu <wujianguo106@....com>
Cc: netdev@...r.kernel.org, willemb@...gle.com, davem@...emloft.net
Subject: Re: [PATCH] udp: using datalen to cap max gso segments
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Wed, 8 Dec 2021 18:03:33 +0800 you wrote:
> From: Jianguo Wu <wujianguo@...natelecom.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
Powered by blists - more mailing lists