OSDN Git Service

Merge branch 'net-dsa-improve-serdes-integration'
authorDavid S. Miller <davem@davemloft.net>
Mon, 16 Mar 2020 00:11:13 +0000 (17:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Mar 2020 00:11:13 +0000 (17:11 -0700)
commit65b7a2c8e3691b4b1d5d4b64f3c39dff3670975a
treeabc746fdee60164144b4880aebe7bbdde6ee8522
parent3c04d3570b942059b16e037404dee9f409e24fa8
parent5d5b231da7acfa6d65c78b4414158cbff5fc4040
Merge branch 'net-dsa-improve-serdes-integration'

Russell King says:

====================
net: dsa: improve serdes integration

Depends on "net: mii clause 37 helpers".

Andrew Lunn mentioned that the Serdes PCS found in Marvell DSA switches
does not automatically update the switch MACs with the link parameters.
Currently, the DSA code implements a work-around for this.

This series improves the Serdes integration, making use of the recent
phylink changes to support split MAC/PCS setups.  One noticable
improvement for userspace is that ethtool can now report the link
partner's advertisement.

This repost has no changes compared to the previous posting; however,
the regression Andrew had found which exists even without this patch
set has now been fixed by Andrew and merged into the net-next tree.
====================

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