Re: [PATCH net-next 0/2] bridge: FDB: Notify about removal of non-user-added entries

2018-05-01 Thread Petr Machata
Andrew Lunn writes: > On Tue, May 01, 2018 at 07:04:19PM +0200, Petr Machata wrote: >> Device drivers may generally need to keep in sync with bridge's FDB. In >> particular, for its offload of tc mirror action where the mirrored-to >> device is a gretap device, mlxsw needs to listen to a number o

Re: [PATCH net-next 0/2] bridge: FDB: Notify about removal of non-user-added entries

2018-05-01 Thread Andrew Lunn
On Tue, May 01, 2018 at 07:04:19PM +0200, Petr Machata wrote: > Device drivers may generally need to keep in sync with bridge's FDB. In > particular, for its offload of tc mirror action where the mirrored-to > device is a gretap device, mlxsw needs to listen to a number of events. > SWITCHDEV_FDB_{

[PATCH net-next 0/2] bridge: FDB: Notify about removal of non-user-added entries

2018-05-01 Thread Petr Machata
Device drivers may generally need to keep in sync with bridge's FDB. In particular, for its offload of tc mirror action where the mirrored-to device is a gretap device, mlxsw needs to listen to a number of events. SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICE would be a natural notification to listen to in ord