Re: [PATCH] bridge: Allow set bridge ageing time when switchdev disabled
From: Ido Schimmel
Date: Tue Mar 29 2016 - 18:08:53 EST
Tue, Mar 29, 2016 at 01:48:08PM IDT, yanhaishuang@xxxxxxxxxxxxxxxxxxxx wrote:
>When NET_SWITCHDEV=n, switchdev_port_attr_set will return -EOPNOTSUPP,
>we should ignore this error code and continue to set the ageing time.
>
>Signed-off-by: Haishuang Yan <yanhaishuang@xxxxxxxxxxxxxxxxxxxx>
Fixes: c62987bbd8a1 ("bridge: push bridge setting ageing_time down to switchdev")
Acked-by: Ido Schimmel <idosch@xxxxxxxxxxxx>
Thank you.