netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: Florian Fainelli <f.fainelli@gmail.com>
Cc: netdev@vger.kernel.org, vivien.didelot@savoirfairelinux.com,
	davem@davemloft.net
Subject: Re: [PATCH net-next 5/5] net: dsa: b53: Add SerDes support
Date: Wed, 5 Sep 2018 02:06:28 +0200	[thread overview]
Message-ID: <20180905000628.GM29121@lunn.ch> (raw)
In-Reply-To: <57632a74-e3dd-893f-2573-d0450d6b290a@gmail.com>

On Tue, Sep 04, 2018 at 04:55:26PM -0700, Florian Fainelli wrote:
> On 09/04/2018 04:32 PM, Andrew Lunn wrote:
> > 
> > 
> >> +void b53_serdes_phylink_validate(struct b53_device *dev, int port,
> >> +				 unsigned long *supported,
> >> +				 struct phylink_link_state *state)
> >> +{
> >> +	u8 lane = b53_serdes_map_lane(dev, port);
> >> +
> >> +	if (lane == B53_INVALID_LANE)
> >> +		return;
> >> +
> >> +	switch (lane) {
> >> +	case 0:
> >> +		phylink_set(supported, 2500baseX_Full);
> > 
> > Hi Florian
> > 
> > Could you also use it for 2500BaseT_Full with an appropriate copper
> > PHY?
> 
> My reading of the datasheet (which only mentions 2.5G with no further
> mention) make me think that is not possible to do copper at 2.5G and
> only 2500baseX since it only talks about fiber and not copper.
> 
> Would you recommend a specific SFP that allows that? Like this one:
> 
> https://www.flexoptix.net/en/sfp-t-transceiver-2h-gigabit-cat-5e-rj-45-100m-100m-1000m-2500-base-t.html?co8829=85744

I was actually thinking of a 'plain old' copper PHY with a SERDES
interface which can do 25000Base-T. The Marvell 88x3310 or the
Aquantia 10G PHY, for example.

Russell might be able to make a recommendation. I don't have any
Copper SFP modules.

       Andrew

      reply	other threads:[~2018-09-05  4:33 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-04 22:11 [PATCH net-next 0/5] net: dsa: b53: SerDes support Florian Fainelli
2018-09-04 22:11 ` [PATCH net-next 1/5] net: dsa: b53: Add ability to enable/disable port interrupts Florian Fainelli
2018-09-04 22:11 ` [PATCH net-next 2/5] net: dsa: b53: Make SRAB driver manage " Florian Fainelli
2018-09-04 22:59   ` Andrew Lunn
2018-09-04 23:46     ` Florian Fainelli
2018-09-04 22:11 ` [PATCH net-next 3/5] net: dsa: b53: Add helper to set link parameters Florian Fainelli
2018-09-04 22:11 ` [PATCH net-next 4/5] net: dsa: b53: Add PHYLINK support Florian Fainelli
2018-09-04 22:11 ` [PATCH net-next 5/5] net: dsa: b53: Add SerDes support Florian Fainelli
2018-09-04 23:15   ` Andrew Lunn
2018-09-05  0:02     ` Florian Fainelli
2018-09-04 23:32   ` Andrew Lunn
2018-09-04 23:55     ` Florian Fainelli
2018-09-05  0:06       ` Andrew Lunn [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180905000628.GM29121@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=f.fainelli@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=vivien.didelot@savoirfairelinux.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).