[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZblQIIiSYNn6kv8f@debian>
Date: Tue, 30 Jan 2024 20:38:08 +0100
From: Guillaume Nault <gnault@...hat.com>
To: Paolo Abeni <pabeni@...hat.com>
Cc: netdev@...r.kernel.org, "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, Shuah Khan <shuah@...nel.org>,
David Ahern <dsahern@...nel.org>,
Vadim Fedorenko <vadim.fedorenko@...ux.dev>,
Florian Westphal <fw@...len.de>, linux-kselftest@...r.kernel.org
Subject: Re: [PATCH net 2/3] selftests: net: fix available tunnels detection
On Tue, Jan 30, 2024 at 06:47:17PM +0100, Paolo Abeni wrote:
> The pmtu.sh test tries to detect the tunnel protocols available
> in the running kernel and properly skip the unsupported cases.
>
> In a few more complex setup, such detection is unsuccessful, as
> the script currently ignores some intermediate error code at
> setup time.
>
> Before:
> # which: no nettest in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin)
> # TEST: vti6: PMTU exceptions (ESP-in-UDP) [FAIL]
> # PMTU exception wasn't created after creating tunnel exceeding link layer MTU
> # ./pmtu.sh: line 931: kill: (7543) - No such process
> # ./pmtu.sh: line 931: kill: (7544) - No such process
>
> After:
> # xfrm4 not supported
> # TEST: vti4: PMTU exceptions [SKIP]
>
Reviewed-by: Guillaume Nault <gnault@...hat.com>
Powered by blists - more mailing lists