OSDN Git Service

Merge branch 'nfp-ethtool-and-related-improvements'
authorDavid S. Miller <davem@davemloft.net>
Sun, 5 Nov 2017 14:23:27 +0000 (23:23 +0900)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Nov 2017 14:23:27 +0000 (23:23 +0900)
commitbfe26ba94cb7524534a7922e1c7432d0dbb5be2e
tree95c71185e9f56e7afe58f4791c599c1224228236
parent1f2556916d974cfb62b6af51660186b5f58bd869
parent0d08709383377087bc50825db4b47c058c7ab70a
Merge branch 'nfp-ethtool-and-related-improvements'

Simon Horman says:

====================
nfp: ethtool and related improvements

Dirk van der Merwe says:

This patch series throws a couple of loosely related items into a single
series.

Patch 1: Clang compilation fix reported by
  Matthias Kaehlcke <mka@chromium.org>

Patch 2: Driver can now do MAC reinit on load when there has been a
  media override set in the NSP.

Patch 3: Refactor the nfp_app_reprs_set API.

Patch 4: Similar to vNICs, representors must be able to deal with media
  override changes in the NSP.

Patch 5: Since representors can now handle media overrides, we can
  allocate the get/set link ndo's to them.

Patch 6 & 7: Add support for FEC mode modification.
====================

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