From: Paolo Abeni <pabeni@redhat.com>
To: Aaron Conole <aconole@redhat.com>
Cc: netdev@vger.kernel.org, "David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Shuah Khan <shuah@kernel.org>,
Xin Long <lucien.xin@gmail.com>, Florian Westphal <fw@strlen.de>,
Nikolay Aleksandrov <razor@blackwall.org>,
linux-kselftest@vger.kernel.org
Subject: Re: [PATCH net] selftests: net: add missing config for big tcp tests
Date: Fri, 26 Jan 2024 17:55:46 +0100 [thread overview]
Message-ID: <eaf41d9c6942669343509d96ec82b85fc181d4ac.camel@redhat.com> (raw)
In-Reply-To: <f7til3g130y.fsf@redhat.com>
On Fri, 2024-01-26 at 11:18 -0500, Aaron Conole wrote:
> Paolo Abeni <pabeni@redhat.com> writes:
>
> > The big_tcp test-case requires a few kernel knobs currently
> > not specified in the net selftests config, causing the
> > following failure:
> >
> > # selftests: net: big_tcp.sh
> > # Error: Failed to load TC action module.
> > # We have an error talking to the kernel
> > ...
> > # Testing for BIG TCP:
> > # CLI GSO | GW GRO | GW GSO | SER GRO
> > # ./big_tcp.sh: line 107: test: !=: unary operator expected
> > ...
> > # on on on on : [FAIL_on_link1]
> >
> > Add the missing configs
> >
> > Fixes: 6bb382bcf742 ("selftests: add a selftest for big tcp")
> > Signed-off-by: Paolo Abeni <pabeni@redhat.com>
> > ---
>
> Thanks for the fix.
>
> Maybe we should also add the config for NET_ACT_CT since we will
> invoke it on setup. I guess there's some dependency that must be
> pulling it in for us already so we don't explicitly call for it, but we
> do require it in setup() if I understand correctly.
This patch already adds NET_ACT_CT=m:
> @@ -71,6 +74,7 @@ CONFIG_NET_CLS_FLOWER=m
> CONFIG_NET_CLS_BPF=m
> CONFIG_NET_ACT_TUNNEL_KEY=m
> CONFIG_NET_ACT_MIRRED=m
> +CONFIG_NET_ACT_CT=m
> CONFIG_BAREUDP=m
> CONFIG_IPV6_IOAM6_LWTUNNEL=y
> CONFIG_CRYPTO_SM4_GENERIC=y
Cheers,
Paolo
next prev parent reply other threads:[~2024-01-26 16:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-26 15:32 [PATCH net] selftests: net: add missing config for big tcp tests Paolo Abeni
2024-01-26 16:18 ` Aaron Conole
2024-01-26 16:55 ` Paolo Abeni [this message]
2024-01-26 16:43 ` Xin Long
2024-01-26 19:55 ` Jakub Kicinski
2024-01-29 9:11 ` Paolo Abeni
2024-01-29 16:31 ` Paolo Abeni
2024-01-29 16:39 ` Jakub Kicinski
2024-01-30 18:41 ` Paolo Abeni
2024-01-31 1:18 ` Jakub Kicinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=eaf41d9c6942669343509d96ec82b85fc181d4ac.camel@redhat.com \
--to=pabeni@redhat.com \
--cc=aconole@redhat.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=fw@strlen.de \
--cc=kuba@kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=lucien.xin@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=razor@blackwall.org \
--cc=shuah@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).