]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcb36ee5e6cba81c77fa602afe301a6d4023ab305
treebbe21cec1adefc15cef840b2b4c3f22066e21464
parentdde64953d1322a02cdb36c1e572174bd85e17938
parentcb117989c75404af13d453e308cbc5210bdf2ecd
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>