Merge branch 'nfp-add-basic-ethtool-callbacks-to-representors'
authorDavid S. Miller <davem@davemloft.net>
Sat, 19 Aug 2017 05:39:34 +0000 (22:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Aug 2017 05:39:34 +0000 (22:39 -0700)
commite9638c504e204a78cc9827a025d8c78e93e8fa5d
treebbe21cec1adefc15cef840b2b4c3f22066e21464
parentef319d4f2561c94bc2d7b8cb86dbbf4359074d8f
parent85d8e2ba7060ced6b23a2b1a2a8dd5cdaf951fb9
Merge branch 'nfp-add-basic-ethtool-callbacks-to-representors'

Jakub Kicinski says:

====================
nfp: add basic ethtool callbacks to representors

This set extends the basic ethtool functionality to representor
netdevs.  I start with providing link state via ethtool and then
move on to functions such as driver information, statistics and
FW log dump.  The series contains a number of clean ups to the
ethtool stats code too, some of the logic is simplified by making
better use of the nfp_port abstraction.  The stats we expose on
representors are only the PCIe and MAC port statistics firmware
maintains for us.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>