[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<173600763303.2464594.17318802416653468706.git-patchwork-notify@kernel.org>
Date: Sat, 04 Jan 2025 16:20:33 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Antonio Pastor <antonio.pastor@...il.com>
Cc: netdev@...r.kernel.org, edumazet@...gle.com, pabeni@...hat.com,
horms@...nel.org, kuba@...nel.org, davem@...emloft.net,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH net v2] net: 802: LLC+SNAP OID:PID lookup on start of skb data
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Thu, 2 Jan 2025 20:23:00 -0500 you wrote:
> 802.2+LLC+SNAP frames received by napi_complete_done() with GRO and DSA
> have skb->transport_header set two bytes short, or pointing 2 bytes
> before network_header & skb->data. This was an issue as snap_rcv()
> expected offset to point to SNAP header (OID:PID), causing packet to
> be dropped.
>
> A fix at llc_fixup_skb() (a024e377efed) resets transport_header for any
> LLC consumers that may care about it, and stops SNAP packets from being
> dropped, but doesn't fix the problem which is that LLC and SNAP should
> not use transport_header offset.
>
> [...]
Here is the summary with links:
- [net,v2] net: 802: LLC+SNAP OID:PID lookup on start of skb data
https://git.kernel.org/netdev/net/c/1e9b0e1c550c
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