On Fri, May 10, 2024 at 06:32:36PM -0700, Jakub Kicinski wrote: > Vladimir said when adding this test: > > The bridge driver fares particularly badly [...] mainly because > it does not implement IFF_UNICAST_FLT. > > See commit 90b9566aa5cd ("selftests: forwarding: add a test for > local_termination.sh"). > > We don't want to hide the known gaps, but having a test which > always fails prevents us from catching regressions. Report > the cases we know may fail as XFAIL. > > Reviewed-by: Vladimir Oltean <vladimir.oltean@xxxxxxx> > Tested-by: Vladimir Oltean <vladimir.oltean@xxxxxxx> > Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> > --- > CC: liuhangbin@xxxxxxxxx > CC: shuah@xxxxxxxxxx > CC: linux-kselftest@xxxxxxxxxxxxxxx > > v2: > - remove duplicated log_test_xfail > v1: https://lore.kernel.org/all/20240509235553.5740-1-kuba@xxxxxxxxxx/ > --- > .../net/forwarding/local_termination.sh | 21 ++++++++++++++----- > 1 file changed, 16 insertions(+), 5 deletions(-) Reviewed-by: Hangbin Liu <liuhangbin@xxxxxxxxx>