Skip to content

Commit 94e2a19

Browse files
committed
net: netdevsim: select PAGE_POOL in Kconfig
build bot points out that I forgot to add the PAGE_POOL config dependency when adding the support in netdevsim. Fixes: 1580cbc ("net: netdevsim: add some fake page pool use") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202404170348.thxrboF1-lkp@intel.com/ Closes: https://lore.kernel.org/oe-kbuild-all/202404170527.LIAPSyMB-lkp@intel.com/ Link: https://lore.kernel.org/r/20240416232137.2022058-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent bc1b7f0 commit 94e2a19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ config NETDEVSIM
640640
depends on PSAMPLE || PSAMPLE=n
641641
depends on PTP_1588_CLOCK_MOCK || PTP_1588_CLOCK_MOCK=n
642642
select NET_DEVLINK
643+
select PAGE_POOL
643644
help
644645
This driver is a developer testing tool and software model that can
645646
be used to test various control path networking APIs, especially

0 commit comments

Comments
 (0)