Re: [PATCH v5 net-next 6/6] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests
From: netdev
Date: Wed Sep 21 2022 - 15:53:23 EST
On 2022-09-12 11:08, Ido Schimmel wrote:
The new "blackhole" flag requires changes in the bridge driver and
without allowing user space to add such entries, the only way to test
these changes is with mv88e6xxx which many of us do not have...
There seems to be a little inconvenience when adding/deleting blackhole
entries, and that is since all slaves are the listeners to
SWITCHDEV_FDB_ADD(DEL)_TO_DEVICE events and blackhole entries are not to
any slave devices, the ops will be called for every slave device as
there is no way to distinguish. This said, the add and del operations
work.