Hi,
I got mail from kernelci regarding a null-pointer exception in dsa_slave_create.
I'm sure thats from uninitialized ethernet-option (maybe by missing dts-option).
struct net_device *master = ds->ports[port->upstream].ethernet;
Which is defined in new function dsa_user_parse. maybe a good plac
this patch adds the core-functionality of multiple cpu-ports
currently it uses definition in dts to make connection between cpu and user-port
based on
https://github.com/openwrt/openwrt/blob/master/target/linux/mediatek/patches-4.14/0033-dsa-multi-cpu.patch
Signed-off-by: Frank Wunderlich
---