Re: [PATCH net-next] cxgb4/cxgb4vf: Link management changes

2019-01-22 Thread David Miller
From: Vishal Kulkarni Date: Mon, 21 Jan 2019 17:12:11 +0530 > 1) Speed should be supported by Physical Port Capabilities. > 2) report Forward Error Correction mode which are available. > 3) Added few comments. > > Signed-off-by: Casey Leedom > Signed-off-by: Vishal Kulkarni > Signed-off-by: Ar

[PATCH net-next] cxgb4/cxgb4vf: Link management changes

2019-01-21 Thread Vishal Kulkarni
1) Speed should be supported by Physical Port Capabilities. 2) report Forward Error Correction mode which are available. 3) Added few comments. Signed-off-by: Casey Leedom Signed-off-by: Vishal Kulkarni Signed-off-by: Arjun Vynipadath --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c | 24

Re: [PATCH net-next] cxgb4/cxgb4vf: link management changes for new SFP

2018-05-21 Thread David Miller
From: Ganesh Goudar Date: Mon, 21 May 2018 14:46:35 +0530 > newer SFPs like SFP28 and QSFP28 Transceiver Modules present > several new possibilities which we haven't faced before. Fix the > assumptions in the code reflecting the more limited capabilities > of previous Transceiver Module systems >

[PATCH net-next] cxgb4/cxgb4vf: link management changes for new SFP

2018-05-21 Thread Ganesh Goudar
newer SFPs like SFP28 and QSFP28 Transceiver Modules present several new possibilities which we haven't faced before. Fix the assumptions in the code reflecting the more limited capabilities of previous Transceiver Module systems Original work by Casey Leedom Signed-off-by: Ganesh Goudar --- d