Re: [PATCH net-next A 3/5] sfp: add support for 1000Base-PX and 1000Base-BX10

2018-01-02 Thread Russell King - ARM Linux
Hi, I'm not entirely convinced that adding support for this is correct, so I'm going to drop this patch from a re-post of the series today. Base-PX, being EPON, requires additional layers (eg, MPMC on top of the MAC to control transmission), and it's not clear whether the SFP module takes care of

[PATCH net-next A 3/5] sfp: add support for 1000Base-PX and 1000Base-BX10

2017-12-29 Thread Russell King
Add support for decoding the transceiver information for 1000Base-PX and 1000Base-BX10. These use 1000BASE-X protocol. Signed-off-by: Russell King --- drivers/net/phy/sfp-bus.c | 21 + 1 file changed, 21 insertions(+) diff --git a/drivers/net/phy/sfp-bus.c b/drivers/net/phy