Message ID | 20210712152142.800651-1-vladimir.oltean@nxp.com |
---|---|
Headers | show |
Series | Allow forwarding for the software bridge data path to be offloaded to capable devices | expand |
Vladimir, on what mv88e6xxx devices are you developing this stuff? Do you use Turris MOX for this? Marek
Hi Vladimir, On Mon, 12 Jul 2021 17:01:21 +0000 Vladimir Oltean <vladimir.oltean@nxp.com> wrote: > Hi Marek, > > On Mon, Jul 12, 2021 at 05:40:59PM +0200, Marek Behun wrote: > > Vladimir, on what mv88e6xxx devices are you developing this stuff? > > Do you use Turris MOX for this? > > I didn't develop the Marvell stuff nor did I come up with the idea > there, Tobias did. I also am not particularly interested in supporting > this for Marvell beyond making sure that the patches look simple and > okay, and pave the way for other drivers to do the same thing. > > I did my testing using a different DSA driver and extra patches which > I did not post here yet. I just reposted/adapted Tobias' work because > mv88e6xxx needs less work to support the TX data plane offload, and this > framework does need a first user to get accepted, so why delay it any > further if mv88e6xxx needs 2 patches whereas other drivers need 30. > > I did use the MOX for some minimal testing however, at least as far as > I could - there is this COMPHY SERDES bug in the bootloader which makes > the board fail to boot, and now the device tree workaround you gave me > does not appear to bypass the issue any longer or I didn't reaply it > properly. Sorry about that. Current upstream U-Boot solves this issue, but we did not release official update yet because there are still some things that need to be done. We have some RCs, though. If you are interested, it is pretty easy to upgrade: - MTD partition "secure-firmware" needs to be flashed with https://gitlab.nic.cz/turris/mox-boot-builder/uploads/8d5a17fae8f6e14ca11968ee5174c7ca/trusted-secure-firmware.bin (this file needs to be signed by CZ.NIC) - MTD partition "a53-firmware" (or "u-boot" in older DTS) needs to be flashed with https://secure.nic.cz/files/mbehun/a53-firmware.bin (this file can be built by users themselves) > The point is that it isn't as easy as I would have liked to > use the MOX for testing. I was able to validate the "net: dsa: track the > number of switches in a tree" patch on MOX, though, since DSA probes > earlier than xhci, and even though the boot hung, I did put some prints > and got the expected results. I will try to do some tests with this patch series. Marek
On 7/12/2021 8:21 AM, Vladimir Oltean wrote: > We need to propagate the extack argument for > dpaa2_switch_port_bridge_join to use it in a future patch, and it looks > like there is already an error message there which is currently printed > to the console. Move it over netlink so it is properly transmitted to > user space. > > Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian
On 7/12/2021 8:21 AM, Vladimir Oltean wrote: > Make more room for extra code in the NETDEV_PRECHANGEUPPER handlers from > mlxsw by moving the existing sanity checks to 2 new dedicated functions. > > Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian
On Mon, Jul 12, 2021 at 07:27:11PM +0200, Marek Behun wrote: > Hi Vladimir, > > On Mon, 12 Jul 2021 17:01:21 +0000 > Vladimir Oltean <vladimir.oltean@nxp.com> wrote: > > > Hi Marek, > > > > On Mon, Jul 12, 2021 at 05:40:59PM +0200, Marek Behun wrote: > > > Vladimir, on what mv88e6xxx devices are you developing this stuff? > > > Do you use Turris MOX for this? > > > > I didn't develop the Marvell stuff nor did I come up with the idea > > there, Tobias did. I also am not particularly interested in supporting > > this for Marvell beyond making sure that the patches look simple and > > okay, and pave the way for other drivers to do the same thing. > > > > I did my testing using a different DSA driver and extra patches which > > I did not post here yet. I just reposted/adapted Tobias' work because > > mv88e6xxx needs less work to support the TX data plane offload, and this > > framework does need a first user to get accepted, so why delay it any > > further if mv88e6xxx needs 2 patches whereas other drivers need 30. > > > > I did use the MOX for some minimal testing however, at least as far as > > I could - there is this COMPHY SERDES bug in the bootloader which makes > > the board fail to boot, and now the device tree workaround you gave me > > does not appear to bypass the issue any longer or I didn't reaply it > > properly. > > Sorry about that. Current upstream U-Boot solves this issue, but we did > not release official update yet because there are still some things that > need to be done. We have some RCs, though. > > If you are interested, it is pretty easy to upgrade: > - MTD partition "secure-firmware" needs to be flashed with > https://gitlab.nic.cz/turris/mox-boot-builder/uploads/8d5a17fae8f6e14ca11968ee5174c7ca/trusted-secure-firmware.bin > (this file needs to be signed by CZ.NIC) > - MTD partition "a53-firmware" (or "u-boot" in older DTS) needs to be > flashed with > https://secure.nic.cz/files/mbehun/a53-firmware.bin > (this file can be built by users themselves) Thanks. This worked in the sense that I could flash the trust zone firmware and U-Boot, and net-next will boot without hanging, but now the board is in a boot loop, due to what appears to be watchdog timer expiration. This happens regardless of whether CONFIG_ARMADA_37XX_WATCHDOG is set to y or n in the booted kernel.