On Tue, Jul 08, 2025 at 11:27:39AM +0200, Michael Dege wrote: > This commit adds hardware offloading for L2 switching on R-Car S4. > > On S4 brdev is limited to one per-device (not per port). Reasoning > is that hw L2 forwarding support lacks any sort of source port based > filtering, which makes it unusable to offload more than one bridge > device. Either you allow hardware to forward destination MAC to a > port, or you have to send it to CPU. You can't make it forward only > if src and dst ports are in the same brdev. > > Signed-off-by: Michael Dege <michael.dege@xxxxxxxxxxx> > Signed-off-by: Nikita Yushchenko <nikita.yoush@xxxxxxxxxxxxxxxxxx> Since you are submitting this, your Signed-off-by: should be last. Andrew