mbox series

[net-next,0/2] Quirk for OEM SFP-2.5G-T copper module

Message ID ZBniMlTDZJQ242DP@shell.armlinux.org.uk (mailing list archive)
Headers show
Series Quirk for OEM SFP-2.5G-T copper module | expand

Message

Russell King (Oracle) March 21, 2023, 4:58 p.m. UTC
Hi,

Frank Wunderlich reports that this copper module requires a quirk in
order to function - in that the module needs to use 2500base-X.
Moreover, negotiation must be disabled.

An example of this device would be:

  https://www.optcore.net/product/sfp-2g-t-gen

 drivers/net/phy/sfp-bus.c |  8 ++++----
 drivers/net/phy/sfp.c     | 18 ++++++++++++++++++
 2 files changed, 22 insertions(+), 4 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 23, 2023, 5:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 21 Mar 2023 16:58:26 +0000 you wrote:
> Hi,
> 
> Frank Wunderlich reports that this copper module requires a quirk in
> order to function - in that the module needs to use 2500base-X.
> Moreover, negotiation must be disabled.
> 
> An example of this device would be:
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: sfp-bus: allow SFP quirks to override Autoneg and pause bits
    https://git.kernel.org/netdev/net-next/c/8110633db49d
  - [net-next,2/2] net: sfp: add quirk for 2.5G copper SFP
    https://git.kernel.org/netdev/net-next/c/50e96acbe116

You are awesome, thank you!