[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<172620063003.1811461.5245926285155991709.git-patchwork-notify@kernel.org>
Date: Fri, 13 Sep 2024 04:10:30 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Mina Almasry <almasrymina@...gle.com>
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, matttbe@...nel.org
Subject: Re: [PATCH net-next v2] memory-provider: fix compilation issue without
SYSFS
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Fri, 13 Sep 2024 03:28:24 +0000 you wrote:
> When CONFIG_SYSFS is not set, the kernel fails to compile:
>
> net/core/page_pool_user.c:368:45: error: implicit declaration of function 'get_netdev_rx_queue_index' [-Werror=implicit-function-declaration]
> 368 | if (pool->slow.queue_idx == get_netdev_rx_queue_index(rxq)) {
> | ^~~~~~~~~~~~~~~~~~~~~~~~~
>
> When CONFIG_SYSFS is not set, get_netdev_rx_queue_index() is not defined
> as well.
>
> [...]
Here is the summary with links:
- [net-next,v2] memory-provider: fix compilation issue without SYSFS
https://git.kernel.org/netdev/net-next/c/52fa3b6532ec
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