Jakub Kicinski <kuba@xxxxxxxxxx> wrote: > On Thu, 27 Jun 2024 13:28:51 +0200 Pablo Neira Ayuso wrote: > > Note for netdev maintainer: This PR is actually targeted at *net-next*. > > > > Please, let me know if you prefer I resubmit. > > Not a big deal, but since you offered I have another ask - looks like > this series makes the nf_queue test time out in our infra. > > https://netdev.bots.linux.dev/contest.html?test=nft-queue-sh > > Could you take a look before you respin? It used to take 24 sec, > not it times out after 224 sec.. FTR, its missing update to config file: diff --git a/tools/testing/selftests/net/netfilter/config b/tools/testing/selftests/net/netfilter/config index 63ef80ef47a4..b2dd4db45215 100644 --- a/tools/testing/selftests/net/netfilter/config +++ b/tools/testing/selftests/net/netfilter/config @@ -87,3 +87,5 @@ CONFIG_XFRM_USER=m CONFIG_XFRM_STATISTICS=y CONFIG_NET_PKTGEN=m CONFIG_TUN=m +CONFIG_INET_DIAG=m +CONFIG_SCTP_DIAG=m so the 'wait for sctp listener to appear' takes 1m, after that the nfqueue listener has timed out aeons ago and sctp connect hangs until timeout. But fixing the config shows the tests are very very flaky, this needs more work, will look into it on monday. Sorry for this.