Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

enic: add dependency on Page Pool

Driver was not configured to select page_pool, causing a compile error
if page pool module was not already selected.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202502211253.3XRosM9I-lkp@intel.com/
Fixes: d24cb52b2d8a ("enic: Use the Page Pool API for RX")
Reviewed-by: Nelson Escobar <neescoba@cisco.com>
Signed-off-by: John Daley <johndale@cisco.com>
Reviewed-by: Joe Damato <jdamato@fastly.com>
Link: https://patch.msgid.link/20250224234350.23157-2-johndale@cisco.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

John Daley and committed by
Jakub Kicinski
91c8d8e4 ef4a47a8

+1
+1
drivers/net/ethernet/cisco/enic/Kconfig
··· 6 6 config ENIC 7 7 tristate "Cisco VIC Ethernet NIC Support" 8 8 depends on PCI 9 + select PAGE_POOL 9 10 help 10 11 This enables the support for the Cisco VIC Ethernet card.