[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <162715980447.18267.8661173843406406793.git-patchwork-notify@kernel.org>
Date: Sat, 24 Jul 2021 20:50:04 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Vladimir Oltean <vladimir.oltean@....com>
Cc: netdev@...r.kernel.org, kuba@...nel.org, davem@...emloft.net,
f.fainelli@...il.com, tobias@...dekranz.com, roopa@...dia.com,
nikolay@...dia.com, stephen@...workplumber.org,
bridge@...ts.linux-foundation.org, lkp@...el.com
Subject: Re: [PATCH net-next] net: bridge: fix build when setting
skb->offload_fwd_mark with CONFIG_NET_SWITCHDEV=n
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Fri, 23 Jul 2021 23:49:11 +0300 you wrote:
> Switchdev support can be disabled at compile time, and in that case,
> struct sk_buff will not contain the offload_fwd_mark field.
>
> To make the code in br_forward.c work in both cases, we do what is done
> in other places and we create a helper function, with an empty shim
> definition, that is implemented by the br_switchdev.o translation module.
> This is always compiled if and only if CONFIG_NET_SWITCHDEV is y or m.
>
> [...]
Here is the summary with links:
- [net-next] net: bridge: fix build when setting skb->offload_fwd_mark with CONFIG_NET_SWITCHDEV=n
https://git.kernel.org/netdev/net-next/c/c5381154393d
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