Commits
WingMan Kwok committed 04f983a885e
net: prueth: Introduce prueth switchdev driver This patch implements the switchdev driver API to support L2 forwarding offload and RSTP. It only supports AM57x idk. Run the following commands to enable RSTP after booting into kernel prompt: $ mstpd $ ifconfig eth2 up $ ifconfig eth3 up $ brctl addbr br0 $ brctl addif br0 eth2 $ brctl addif br0 eth3 $ brctl stp br0 on $ mstpctl setforcevers br0 rstp $ ifconfig br0 up Signed-off-by: WingMan Kwok <w-kwok2@ti.com>