Skip to content

Commit 5650cd4

Browse files
hormsgregkh
authored andcommitted
eth: fbnic: select DEVLINK and PAGE_POOL
[ Upstream commit 9a95b7a ] Build bot reports undefined references to devlink functions. And local testing revealed undefined references to page_pool functions. Based on a patch by Jakub Kicinski <kuba@kernel.org> Fixes: 1a9d488 ("eth: fbnic: Allocate core device specific structures and devlink interface") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202408011219.hiPmwwAs-lkp@intel.com/ Signed-off-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20240802-fbnic-select-v2-1-41f82a3e0178@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent f1e46e7 commit 5650cd4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/net/ethernet/meta/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ config FBNIC
2323
depends on !S390
2424
depends on MAX_SKB_FRAGS < 22
2525
depends on PCI_MSI
26+
select NET_DEVLINK
27+
select PAGE_POOL
2628
select PHYLINK
2729
help
2830
This driver supports Meta Platforms Host Network Interface.

0 commit comments

Comments
 (0)