]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'net-phy-shrink-PHY-settings-array-and-add-200Gbps-support'
authorDavid S. Miller <davem@davemloft.net>
Sun, 14 Apr 2019 20:37:06 +0000 (13:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 14 Apr 2019 20:37:06 +0000 (13:37 -0700)
commit81f2eeb370749631f70532ac9da2a41eaf27fc26
treeca3e7147f9ecf0ed05d5afbc3fa9597cc4766fa2
parent5fa7d3f9d3184be18b3a5af2530b4d40a5643a1f
parentc6576bfe2f4baa6cbbcd50a4dcd17e843e28fcd7
Merge branch 'net-phy-shrink-PHY-settings-array-and-add-200Gbps-support'

Heiner Kallweit says:

====================
net: phy: shrink PHY settings array and add 200Gbps support

The definition of array settings[] is quite lengthy meanwhile. Add a
macro to shrink the definition.

When doing this I saw that the new 200Gbps modes and few 100Gbps/50Gbps
modes aren't supported in phylib yet. So add this.

To avoid ethtool and phylib mode definitions getting out of sync, add
a build bug to check for this.
====================

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