From: Vivien Didelot <vivien.dide...@savoirfairelinux.com> Date: Tue, 16 May 2017 14:10:33 -0400
> A dsa_switch_tree instance holds a dsa_switch pointer and a port index > to identify the switch port to which the CPU is attached. > > Now that the DSA layer has a dsa_port structure to hold this data, use > it to point the switch CPU port. > > This patch simply substitutes s/dst->cpu_switch/dst->cpu_dp->ds/ and > s/dst->cpu_port/dst->cpu_dp->index/. > > Signed-off-by: Vivien Didelot <vivien.dide...@savoirfairelinux.com> Applied, thanks Vivien.