From: David S. Miller Date: Sun, 14 Apr 2019 20:37:06 +0000 (-0700) Subject: Merge branch 'net-phy-shrink-PHY-settings-array-and-add-200Gbps-support' X-Git-Tag: for-linus-20190516~56^2~178 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=81f2eeb370749631f70532ac9da2a41eaf27fc26;p=linux-block.git 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 --- 81f2eeb370749631f70532ac9da2a41eaf27fc26