Merge branch 'ocelot-phylink'
authorDavid S. Miller <davem@davemloft.net>
Mon, 16 Aug 2021 10:19:34 +0000 (11:19 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Aug 2021 10:19:34 +0000 (11:19 +0100)
commit793ee362b0aba2b662d359812941752c13c9060d
tree06354a72d4af052c362d3915177e0204f5bc926f
parente871ee6941842d4e52a7d81a9986cb6daf441dae
parente6e12df625f23e8011a804250fc22a0c3c9e2463
Merge branch 'ocelot-phylink'

Vladimir Oltean says:

====================
Convert ocelot to phylink

The ocelot switchdev and felix dsa drivers are interesting because they
target the same class of hardware switches but used in different modes.

Colin has an interesting use case where he wants to use a hardware
switch supported by the ocelot switchdev driver with the felix dsa
driver.

So far, the existing hardware revisions were similar between the ocelot
and felix drivers, but not completely identical. With identical hardware,
it is absurd that the felix driver uses phylink while the ocelot driver
uses phylib - this should not be one of the differences between the
switchdev and dsa driver, and we could eliminate it.

Colin will need the common phylink support in ocelot and felix when
adding a phylink_pcs driver for the PCS1G block inside VSC7514, which
will make the felix driver work with either the NXP or the Microchip PCS.

As usual, Alex, Horatiu, sorry for bugging you, but it would be
appreciated if you could give this a quick run on actual VSC7514
hardware (which I don't have) to make sure I'm not introducing any
breakage.
====================

Fixes: 0f06a6787e05 ("samples: Add an IPv6 "-6" option to the pktgen scripts")
Signed-off-by: David S. Miller <davem@davemloft.net>