Re: [PATCH net v3] selftests: net: local_termination: annotate the expected failures

2024-05-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 16 May 2024 08:25:13 -0700 you wrote: > Vladimir said when adding this test: > > The bridge driver fares particularly badly [...] mainly because > it does not implement IFF_UNICAST_FLT. > > See commit 90b9566

Re: [PATCH net v3] selftests: net: local_termination: annotate the expected failures

2024-05-17 Thread Petr Machata
Hangbin Liu writes: > On Thu, May 16, 2024 at 08:25:13AM -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: forwardi

Re: [PATCH net v3] selftests: net: local_termination: annotate the expected failures

2024-05-17 Thread Hangbin Liu
On Thu, May 16, 2024 at 08:25:13AM -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_termi

Re: [PATCH net v3] selftests: net: local_termination: annotate the expected failures

2024-05-17 Thread Simon Horman
On Thu, May 16, 2024 at 08:25:13AM -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_termi

[PATCH net v3] selftests: net: local_termination: annotate the expected failures

2024-05-16 Thread Jakub Kicinski
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 al