Re: [PATCH net-next v3 8/8] net: Get rid of switchdev_port_attr_get()

From: Jiri Pirko
Date: Thu Feb 21 2019 - 05:07:36 EST


Thu, Feb 21, 2019 at 01:58:26AM CET, f.fainelli@xxxxxxxxx wrote:
>With the bridge no longer calling switchdev_port_attr_get() to obtain
>the supported bridge port flags from a driver but instead trying to set
>the bridge port flags directly and relying on driver to reject
>unsupported configurations, we can effectively get rid of
>switchdev_port_attr_get() entirely since this was the only place where
>it was called.
>
>Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

Acked-by: Jiri Pirko <jiri@xxxxxxxxxxxx>

Thanks!