Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 10 Mar 2021 16:28:58 +0800 you wrote:
From: Yunsheng Lin linyunsheng@huawei.com
gro list uses skb_shinfo(skb)->frag_list to link two skb together, and NAPI_GRO_CB(p)->last->next is used when there are more skb, see skb_gro_receive_list(). gso expects that each segmented skb is linked together using skb->next, so only the first skb->next need to set to skb_shinfo(skb)-> frag_list when doing gso list segment.
[...]
Here is the summary with links: - [net-next] skbuff: remove some unnecessary operation in skb_segment_list() https://git.kernel.org/netdev/net-next/c/1ddc3229ad3c
You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html