dpaa_eth: add ethtool functionality

Add support for basic ethtool operations.

Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Madalin Bucur
2016-11-15 10:41:03 +02:00
committed by David S. Miller
parent 9ad1a37493
commit b0cdb1682b
4 changed files with 224 additions and 1 deletions

View File

@@ -8,4 +8,4 @@ ccflags-y += -I$(FMAN)
obj-$(CONFIG_FSL_DPAA_ETH) += fsl_dpa.o
fsl_dpa-objs += dpaa_eth.o
fsl_dpa-objs += dpaa_eth.o dpaa_ethtool.o