]> git.baikalelectronics.ru Git - kernel.git/commit
ionic: add DIMLIB to Kconfig
authorShannon Nelson <snelson@pensando.io>
Thu, 17 Sep 2020 20:33:35 +0000 (13:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Sep 2020 01:00:30 +0000 (18:00 -0700)
commit2734c0fe02b638dc3305fb0d37e8b7596c5841c2
treedeffea7e021e4cda99080ddc56ff07244dd6207f
parent47b65b52f0cd5bf2d0fe81c0d4fa1c9c0fafd87a
ionic: add DIMLIB to Kconfig

>> ld.lld: error: undefined symbol: net_dim_get_rx_moderation
   >>> referenced by ionic_lif.c:52 (drivers/net/ethernet/pensando/ionic/ionic_lif.c:52)
   >>> net/ethernet/pensando/ionic/ionic_lif.o:(ionic_dim_work) in archive drivers/built-in.a

>> ld.lld: error: undefined symbol: net_dim
   >>> referenced by ionic_txrx.c:456 (drivers/net/ethernet/pensando/ionic/ionic_txrx.c:456)
   >>> net/ethernet/pensando/ionic/ionic_txrx.o:(ionic_dim_update) in archive drivers/built-in.a

v2: removed sketchy dashes in commit message

Fixes: 0400160c76ab ("ionic: dynamic interrupt moderation")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/pensando/Kconfig