[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240628151750.GE15488@breakpoint.cc>
Date: Fri, 28 Jun 2024 17:17:50 +0200
From: Florian Westphal <fw@...len.de>
To: Jakub Kicinski <kuba@...nel.org>
Cc: Pablo Neira Ayuso <pablo@...filter.org>,
netfilter-devel@...r.kernel.org, davem@...emloft.net,
netdev@...r.kernel.org, pabeni@...hat.com, edumazet@...gle.com,
fw@...len.de
Subject: Re: [PATCH nf-next 00/19] Netfilter/IPVS updates for net-next
Jakub Kicinski <kuba@...nel.org> 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.
Powered by blists - more mailing lists