Re: [PATCH net-next v3 1/8] net: switchdev: Add PORT_PRE_BRIDGE_FLAGS

From: Jiri Pirko
Date: Thu Feb 21 2019 - 05:06:24 EST


Thu, Feb 21, 2019 at 01:58:19AM CET, f.fainelli@xxxxxxxxx wrote:
>In preparation for removing switchdev_port_attr_get(), introduce
>PORT_PRE_BRIDGE_FLAGS which will be called through
>switchdev_port_attr_set(), in the caller's context (possibly atomic) and
>which must be checked by the switchdev driver in order to return whether
>the operation is supported or not.
>
>This is entirely analoguous to how the BRIDGE_FLAGS_SUPPORT works,
>except it goes through a set() instead of get().
>
>Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

Acked-by: Jiri Pirko <jiri@xxxxxxxxxxxx>