lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 5 Sep 2018 01:32:22 +0200
From:   Andrew Lunn <andrew@...n.ch>
To:     Florian Fainelli <f.fainelli@...il.com>
Cc:     netdev@...r.kernel.org, vivien.didelot@...oirfairelinux.com,
        davem@...emloft.net
Subject: Re: [PATCH net-next 5/5] net: dsa: b53: Add SerDes support



> +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?

	Andrew

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ