]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1b15e795ac09753b625188f597a16d113bb219c3
tree95c71185e9f56e7afe58f4791c599c1224228236
parentdf51e6b236e8b48412c7c39440598314e654face
parent50b54b3486b616aa2fd3141a812a158fe898f91f
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>