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>
9 lines
286 B
Makefile
9 lines
286 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright(c) 2017 - 2019 Pensando Systems, Inc
|
|
|
|
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_stats.o
|