summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic/Makefile
diff options
context:
space:
mode:
authorShannon Nelson <snelson@pensando.io>2019-09-03 15:28:19 -0700
committerDavid S. Miller <davem@davemloft.net>2019-09-05 09:24:44 +0200
commite470355bd96ad50c634e0e31d27be41f93440f60 (patch)
treebbb0aaad8715a73766bd0b63d1412e6d45254fed /drivers/net/ethernet/pensando/ionic/Makefile
parent1a371ea1b7b6666f66cac42c655f26ad89348354 (diff)
ionic: Add driver stats
Add in the detailed statistics for ethtool -S that the driver keeps as it processes packets. Display of the additional debug statistics can be enabled through the ethtool priv-flags feature. Signed-off-by: Shannon Nelson <snelson@pensando.io> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/pensando/ionic/Makefile')
-rw-r--r--drivers/net/ethernet/pensando/ionic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/pensando/ionic/Makefile b/drivers/net/ethernet/pensando/ionic/Makefile
index 1cf8117db443..29f304d75261 100644
--- a/drivers/net/ethernet/pensando/ionic/Makefile
+++ b/drivers/net/ethernet/pensando/ionic/Makefile
@@ -5,4 +5,4 @@ obj-$(CONFIG_IONIC) := ionic.o
ionic-y := ionic_main.o ionic_bus_pci.o ionic_devlink.o ionic_dev.o \
ionic_debugfs.o ionic_lif.o ionic_rx_filter.o ionic_ethtool.o \
- ionic_txrx.o
+ ionic_txrx.o ionic_stats.o