Re: [PATCH net-next v3 12/13] net: bridge: Remove FDB deletion through switchdev object

2017-08-07 Thread Florian Fainelli
On 08/06/2017 06:15 AM, Arkadi Sharshevsky wrote: > At this point no driver supports FDB add/del through switchdev object > but rather via notification chain, thus, it is removed. > > Signed-off-by: Arkadi Sharshevsky > Reviewed-by: Vivien Didelot

Re: [PATCH net-next v3 12/13] net: bridge: Remove FDB deletion through switchdev object

2017-08-07 Thread Jiri Pirko
Sun, Aug 06, 2017 at 03:15:50PM CEST, arka...@mellanox.com wrote: >At this point no driver supports FDB add/del through switchdev object >but rather via notification chain, thus, it is removed. > >Signed-off-by: Arkadi Sharshevsky >Reviewed-by: Vivien Didelot

Re: [PATCH net-next v3 12/13] net: bridge: Remove FDB deletion through switchdev object

2017-08-07 Thread Ivan Vecera
On 6.8.2017 15:15, Arkadi Sharshevsky wrote: > At this point no driver supports FDB add/del through switchdev object > but rather via notification chain, thus, it is removed. > > Signed-off-by: Arkadi Sharshevsky > Reviewed-by: Vivien Didelot

[PATCH net-next v3 12/13] net: bridge: Remove FDB deletion through switchdev object

2017-08-06 Thread Arkadi Sharshevsky
At this point no driver supports FDB add/del through switchdev object but rather via notification chain, thus, it is removed. Signed-off-by: Arkadi Sharshevsky Reviewed-by: Vivien Didelot --- net/bridge/br_fdb.c | 18 --