Re: [PATCH net-next v3 03/12] liquidio: Implement ndo_get_port_parent_id()

2019-02-06 Thread Jiri Pirko
Wed, Feb 06, 2019 at 12:53:17AM CET, f.faine...@gmail.com wrote: >Liquidio only supports SWITCHDEV_ATTR_ID_PORT_PARENT_ID, which makes it >a great candidate to be converted to use the ndo_get_port_parent_id() >NDO instead of implementing switchdev_port_attr_get(). > >Signed-off-by: Florian Fainelli

[PATCH net-next v3 03/12] liquidio: Implement ndo_get_port_parent_id()

2019-02-05 Thread Florian Fainelli
Liquidio only supports SWITCHDEV_ATTR_ID_PORT_PARENT_ID, which makes it a great candidate to be converted to use the ndo_get_port_parent_id() NDO instead of implementing switchdev_port_attr_get(). Signed-off-by: Florian Fainelli --- .../net/ethernet/cavium/liquidio/lio_main.c | 22