Re: [PATCH v3 net-next 2/2] net: dsa: lan9303: Add fdb/mdb manipulation

2017-10-20 Thread Vivien Didelot
Hi Egil, Egil Hjelmeland writes: > Add functions for managing the lan9303 ALR (Address Logic > Resolution). > > Implement DSA methods: port_fdb_add, port_fdb_del, port_mdb_prepare, > port_mdb_add and port_mdb_del. > > Since the lan9303 do not offer reading specific ALR entry, the driver > caches

[PATCH v3 net-next 2/2] net: dsa: lan9303: Add fdb/mdb manipulation

2017-10-20 Thread Egil Hjelmeland
Add functions for managing the lan9303 ALR (Address Logic Resolution). Implement DSA methods: port_fdb_add, port_fdb_del, port_mdb_prepare, port_mdb_add and port_mdb_del. Since the lan9303 do not offer reading specific ALR entry, the driver caches all static entries - in a flat table. Signed-off