All of lore.kernel.org
 help / color / mirror / Atom feed
* Phylink flow control support on ports with  MLO_AN_FIXED auto negotiation
@ 2021-01-31 10:12 Stefan Chulski
       [not found] ` <20210131103549.GA1463@shell.armlinux.org.uk>
  0 siblings, 1 reply; 10+ messages in thread
From: Stefan Chulski @ 2021-01-31 10:12 UTC (permalink / raw)
  To: Russell King, andrew, Jakub Kicinski, netdev
  Cc: Marcin Wojtas (mw@semihalf.com), Nadav Haklai, Yan Markman

Hi,

Armada has options for 1G/10G ports without PHY's(for example community board Macchiato single shot).
This port doesn't have PHY's and cannot negotiate Flow Control support, but we can for example connect two ports without PHY's and manually(by ethtool) configure FC.
Current phylink return error if I do this on ports with MLO_AN_FIXED(callback phylink_ethtool_set_pauseparam):
if (pl->cur_link_an_mode == MLO_AN_FIXED)
                return -EOPNOTSUPP;

How can we enable FC configurations for these ports? Do you have any suggestions or should I post my proposal as an RFC patch?

Thanks,
Stefan.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-02-16 13:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-31 10:12 Phylink flow control support on ports with MLO_AN_FIXED auto negotiation Stefan Chulski
     [not found] ` <20210131103549.GA1463@shell.armlinux.org.uk>
2021-01-31 10:51   ` [EXT] " Stefan Chulski
     [not found]     ` <20210131111214.GB1463@shell.armlinux.org.uk>
2021-01-31 12:19       ` Russell King - ARM Linux admin
2021-02-13 11:39         ` Russell King - ARM Linux admin
2021-02-14  9:33           ` Stefan Chulski
2021-02-15 16:19           ` Stefan Chulski
2021-02-15 16:24             ` Russell King - ARM Linux admin
2021-02-15 18:18             ` Andrew Lunn
2021-02-15 20:33               ` Stefan Chulski
2021-02-16 13:08                 ` Andrew Lunn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.