Skip to content

Commit 1cac946

Browse files
author
Nelson Escobar
committed
enic: add dependency on Page Pool
JIRA: https://issues.redhat.com/browse/RHEL-84863 commit 91c8d8e Author: John Daley <johndale@cisco.com> Date: Mon Feb 24 15:43:50 2025 -0800 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: d24cb52 ("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> Signed-off-by: Nelson Escobar <nescobar@redhat.com>
1 parent 3c203cb commit 1cac946

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/ethernet/cisco/enic

1 file changed

+1
-0
lines changed

drivers/net/ethernet/cisco/enic/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
config ENIC
77
tristate "Cisco VIC Ethernet NIC Support"
88
depends on PCI
9+
select PAGE_POOL
910
help
1011
This enables the support for the Cisco VIC Ethernet card.

0 commit comments

Comments
 (0)