Re: [PATCH net-next v3 06/12] mscc: ocelot: Implement ndo_get_port_parent_id()

2019-02-06 Thread Jiri Pirko
Wed, Feb 06, 2019 at 12:53:20AM CET, f.faine...@gmail.com wrote: >Ocelot only supports SWITCHDEV_ATTR_ID_PORT_PARENT_ID as a valid >switchdev attribute getter, convert it to use ndo_get_port_parent_id() >and get rid of the switchdev_ops::switchdev_port_attr_get altogether. > >Signed-off-by: Florian

[PATCH net-next v3 06/12] mscc: ocelot: Implement ndo_get_port_parent_id()

2019-02-05 Thread Florian Fainelli
Ocelot only supports SWITCHDEV_ATTR_ID_PORT_PARENT_ID as a valid switchdev attribute getter, convert it to use ndo_get_port_parent_id() and get rid of the switchdev_ops::switchdev_port_attr_get altogether. Signed-off-by: Florian Fainelli --- drivers/net/ethernet/mscc/ocelot.c | 33 --