qed: Add new ethtool supported port types based on media.
Supported ports in ethtool <eth1> are displayed based on media type. For media type fibre and twinaxial, port type is "FIBRE". Media type Base-T is "TP" and media KR is "Backplane". V1->V2: Corrected the subject. Signed-off-by: Rahul Verma <rahulv@marvell.com> Signed-off-by: Michal Kalderon <michal.kalderon@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
ad2dcba008
commit
5e6d9fc761
@@ -689,7 +689,7 @@ enum qed_link_mode_bits {
|
||||
QED_LM_40000baseLR4_Full_BIT = BIT(9),
|
||||
QED_LM_50000baseKR2_Full_BIT = BIT(10),
|
||||
QED_LM_100000baseKR4_Full_BIT = BIT(11),
|
||||
QED_LM_2500baseX_Full_BIT = BIT(12),
|
||||
QED_LM_TP_BIT = BIT(12),
|
||||
QED_LM_Backplane_BIT = BIT(13),
|
||||
QED_LM_1000baseKX_Full_BIT = BIT(14),
|
||||
QED_LM_10000baseKX4_Full_BIT = BIT(15),
|
||||
|
Reference in New Issue
Block a user