Skip to content

Commit 9a95b7a

Browse files
hormskuba-moo
authored andcommitted
eth: fbnic: select DEVLINK and PAGE_POOL
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 <[email protected]> Fixes: 1a9d488 ("eth: fbnic: Allocate core device specific structures and devlink interface") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Simon Horman <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 4661917 commit 9a95b7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)