Nikolay Aleksandrov <nikolay@xxxxxxxxxxxxxxxxxxx> writes: > On 03/05/18 15:43, Petr Machata wrote: >> Do not automatically bail out on sending notifications about activity on >> non-user-added FDB entries. Instead, notify about this activity except >> for cases where the activity itself originates in a notification, to >> avoid sending duplicate notifications. >> >> Signed-off-by: Petr Machata <petrm@xxxxxxxxxxxx> >> --- >> net/bridge/br.c | 4 ++-- >> net/bridge/br_fdb.c | 47 ++++++++++++++++++++++++++--------------------- >> net/bridge/br_private.h | 6 ++++-- >> net/bridge/br_switchdev.c | 2 +- >> 4 files changed, 33 insertions(+), 26 deletions(-) >> > > Thanks, looks good to me! In the future please add the reviewers to the CC list > when sending a v2, I actually missed the v2 set and saw your reply to the cover > letter patch later. Sorry, I'm still tweaking my process for direct submission after going almost exclusively through mlxsw for so long! > Acked-by: Nikolay Aleksandrov <nikolay@xxxxxxxxxxxxxxxxxxx> Thanks, Petr