Hello, 24 Jan 2024 17:01:24 Jakub Kicinski <kuba@xxxxxxxxxx>: > On Wed, 24 Jan 2024 08:22:55 -0800 Jakub Kicinski wrote: >>> Going through the failing ksft-net series on >>> https://netdev.bots.linux.dev/status.html, all the tests I'm >>> responsible seem to be passing. >> >> Here's a more handy link filtered down to failures (clicking on >> the test counts links here): >> >> https://netdev.bots.linux.dev/contest.html?branch=net-next-2024-01-24--15-00&executor=vmksft-net-mp&pass=0 >> >> I have been attributing the udpg[rs]o and timestamp tests to you, >> but I haven't actually checked.. are they not yours? :) > > Ah, BTW, a major source of failures seems to be that iptables is > mapping to nftables on the executor. And either nftables doesn't > support the functionality the tests expect or we're missing configs :( > E.g. the TTL module. I don't know if it is the same issue, but for MPTCP, we use 'iptables-legacy' if available. https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=0c4cd3f86a400 Cheers, Matt