[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <163551300723.9482.9164183459360227411.git-patchwork-notify@kernel.org>
Date: Fri, 29 Oct 2021 13:10:07 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Arnd Bergmann <arnd@...nel.org>
Cc: davem@...emloft.net, kuba@...nel.org, lukas@...ner.de,
arnd@...db.de, willemb@...gle.com, tanghui20@...wei.com,
kernel@...il.dk, pablo@...filter.org, alobakin@...me,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [net-next] ifb: fix building without CONFIG_NET_CLS_ACT
Hello:
This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@...emloft.net>:
On Fri, 29 Oct 2021 13:30:51 +0200 you wrote:
> From: Arnd Bergmann <arnd@...db.de>
>
> The driver no longer depends on this option, but it fails to
> build if it's disabled because the skb->tc_skip_classify is
> hidden behind an #ifdef:
>
> drivers/net/ifb.c:81:8: error: no member named 'tc_skip_classify' in 'struct sk_buff'
> skb->tc_skip_classify = 1;
>
> [...]
Here is the summary with links:
- [net-next] ifb: fix building without CONFIG_NET_CLS_ACT
https://git.kernel.org/netdev/net-next/c/7444d706be31
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