Hello,
You forgot to mention in your previous answer, the following:
ip link add dev br0 type bridge vlan_filtering 1
I needed to put the vlan_filtering 1 in there otherwise it does not work and we get an error.
If you look here: DPAA2 Switch driver — The Linux Kernel documentation
The minimum number of FDBs should be at least equal to the number of switch interfaces. This is necessary so that separation of switch ports can be done, ie when not under a bridge, each switch port will have its own FDB.
So I do not understand how i can put 2x FDB , i need a minimum of 13x FDB (since i have 12 DPMAC + 1 internal DPNI ) for the DPSW that i want to create.
Please can you help me here ? If i put 2x FDB , i do get an error :
fsl_dpaa2_switch dpsw.0: The number of FDBs is lower than the number of ports, cannot probe