Re: [PATCH 3/8] net: dsa: adding handling of second CPU-Port

2018-12-23 Thread Frank Wunderlich
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

[PATCH 3/8] net: dsa: adding handling of second CPU-Port

2018-12-14 Thread Frank Wunderlich
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 ---