OSDN Git Service

Merge branch 'switchdev-notifiers'
authorDavid S. Miller <davem@davemloft.net>
Wed, 28 Jul 2021 19:26:05 +0000 (20:26 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Jul 2021 19:26:05 +0000 (20:26 +0100)
commitb0fdb99943bec486fe8f51f7065a4719325545f5
treefd6cf9e2f232a2ddab70b7f8c52be461b8e705cb
parent1159da6410a382000528008126b50c7320798434
parent52e4bec15546d58f2a14dc74a6b8be128aa7db0a
Merge branch 'switchdev-notifiers'

Vladimir Oltean says:

====================
Plug the last 2 holes in the switchdev notifiers for local FDB entries

The work for trapping local FDB entries to the CPU in switchdev/DSA
started with the "RX filtering in DSA" series:
https://patchwork.kernel.org/project/netdevbpf/cover/20210629140658.2510288-1-olteanv@gmail.com/
and was continued with further improvements such as "Fan out FDB entries
pointing towards the bridge to all switchdev member ports":
https://patchwork.kernel.org/project/netdevbpf/cover/20210719135140.278938-1-vladimir.oltean@nxp.com/
https://patchwork.kernel.org/project/netdevbpf/cover/20210720173557.999534-1-vladimir.oltean@nxp.com/

There are only 2 more issues left to be addressed (famous last words),
and these are:
- dynamically learned FDB entries towards interfaces foreign to DSA need
  to be replayed too
- adding/deleting a VLAN on a port causes the local FDB entries in that
  VLAN to be prematurely deleted

This patch series addresses both, and patch 2 depends on 1 to work properly.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>