Re: [PATCH net-next 0/4] net: dsa: use switchdev attr and obj handlers

2019-06-13 Thread Vivien Didelot
Hi David, On Tue, 11 Jun 2019 17:47:43 -0400, Vivien Didelot wrote: > This series reduces boilerplate in the handling of switchdev attribute and > object operations by using the switchdev_handle_* helpers, which check the > targeted devices and recurse into their lower devices. > > This also

[PATCH net-next 0/4] net: dsa: use switchdev attr and obj handlers

2019-06-11 Thread Vivien Didelot
This series reduces boilerplate in the handling of switchdev attribute and object operations by using the switchdev_handle_* helpers, which check the targeted devices and recurse into their lower devices. This also brings back the ability to inspect operations targeting the bridge device itself