Merge branch 'mlxsw-spectrum-Implement-loopback-ethtool-feature'
authorDavid S. Miller <davem@davemloft.net>
Mon, 6 May 2019 04:56:57 +0000 (21:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 May 2019 04:56:57 +0000 (21:56 -0700)
commit3a9723647266aef912e725808c77e9eb5282adf0
treedb93cc783460aace5cffe86f662b992ce8ab4d35
parentb362487a3b3524601a60518ae76ffd02a540994b
parentad11340994d55b103d2e4853d32782fd10cf687f
Merge branch 'mlxsw-spectrum-Implement-loopback-ethtool-feature'

Ido Schimmel says:

====================
mlxsw: spectrum: Implement loopback ethtool feature

This patchset from Jiri allows users to enable loopback feature for
individual ports using ethtool. The loopback feature is useful for
testing purposes and will also be used by upcoming patchsets to enable
the monitoring of buffer drops.

Patch #1 adds the relevant device register.

Patch #2 Implements support in the driver.

Patch #3 adds a selftest.
====================

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