All of lore.kernel.org
 help / color / mirror / Atom feed
From: Song Liu <liu.song.a23@gmail.com>
To: Anders Roxell <anders.roxell@linaro.org>
Cc: Alexei Starovoitov <ast@kernel.org>,
	Daniel Borkmann <daniel@iogearbox.net>,
	shuah@kernel.org, Networking <netdev@vger.kernel.org>,
	open list <linux-kernel@vger.kernel.org>,
	linux-kselftest@vger.kernel.org
Subject: Re: [PATCH] selftests: bpf: add config fragment LWTUNNEL
Date: Wed, 10 Oct 2018 09:06:48 -0700	[thread overview]
Message-ID: <CAPhsuW4BhxJoQvqzTM1Z-O_JKC7m=uS3HuGatX6vMwoEJvWNNw@mail.gmail.com> (raw)
In-Reply-To: <20181010092123.26218-1-anders.roxell@linaro.org>

On Wed, Oct 10, 2018 at 2:23 AM Anders Roxell <anders.roxell@linaro.org> wrote:
>
> When test_lwt_seg6local.sh was added commit c99a84eac026
> ("selftests/bpf: test for seg6local End.BPF action") config fragment
> wasn't added, and without CONFIG_LWTUNNEL enabled we see this:
> Error: CONFIG_LWTUNNEL is not enabled in this kernel.
> selftests: test_lwt_seg6local [FAILED]
>
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>

Acked-by: Song Liu <songliubraving@fb.com>

> ---
>  tools/testing/selftests/bpf/config | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/tools/testing/selftests/bpf/config b/tools/testing/selftests/bpf/config
> index 3655508f95fd..dd49df5e2df4 100644
> --- a/tools/testing/selftests/bpf/config
> +++ b/tools/testing/selftests/bpf/config
> @@ -19,3 +19,4 @@ CONFIG_CRYPTO_SHA256=m
>  CONFIG_VXLAN=y
>  CONFIG_GENEVE=y
>  CONFIG_NET_CLS_FLOWER=m
> +CONFIG_LWTUNNEL=y
> --
> 2.19.1
>

WARNING: multiple messages have this Message-ID (diff)
From: liu.song.a23 at gmail.com (Song Liu)
Subject: [PATCH] selftests: bpf: add config fragment LWTUNNEL
Date: Wed, 10 Oct 2018 09:06:48 -0700	[thread overview]
Message-ID: <CAPhsuW4BhxJoQvqzTM1Z-O_JKC7m=uS3HuGatX6vMwoEJvWNNw@mail.gmail.com> (raw)
In-Reply-To: <20181010092123.26218-1-anders.roxell@linaro.org>

On Wed, Oct 10, 2018 at 2:23 AM Anders Roxell <anders.roxell at linaro.org> wrote:
>
> When test_lwt_seg6local.sh was added commit c99a84eac026
> ("selftests/bpf: test for seg6local End.BPF action") config fragment
> wasn't added, and without CONFIG_LWTUNNEL enabled we see this:
> Error: CONFIG_LWTUNNEL is not enabled in this kernel.
> selftests: test_lwt_seg6local [FAILED]
>
> Signed-off-by: Anders Roxell <anders.roxell at linaro.org>

Acked-by: Song Liu <songliubraving at fb.com>

> ---
>  tools/testing/selftests/bpf/config | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/tools/testing/selftests/bpf/config b/tools/testing/selftests/bpf/config
> index 3655508f95fd..dd49df5e2df4 100644
> --- a/tools/testing/selftests/bpf/config
> +++ b/tools/testing/selftests/bpf/config
> @@ -19,3 +19,4 @@ CONFIG_CRYPTO_SHA256=m
>  CONFIG_VXLAN=y
>  CONFIG_GENEVE=y
>  CONFIG_NET_CLS_FLOWER=m
> +CONFIG_LWTUNNEL=y
> --
> 2.19.1
>

WARNING: multiple messages have this Message-ID (diff)
From: liu.song.a23@gmail.com (Song Liu)
Subject: [PATCH] selftests: bpf: add config fragment LWTUNNEL
Date: Wed, 10 Oct 2018 09:06:48 -0700	[thread overview]
Message-ID: <CAPhsuW4BhxJoQvqzTM1Z-O_JKC7m=uS3HuGatX6vMwoEJvWNNw@mail.gmail.com> (raw)
Message-ID: <20181010160648.TtxUbqO7nBixS1iFRJliNQR4eUvGK9GQHR5Vb4NpatM@z> (raw)
In-Reply-To: <20181010092123.26218-1-anders.roxell@linaro.org>

On Wed, Oct 10, 2018@2:23 AM Anders Roxell <anders.roxell@linaro.org> wrote:
>
> When test_lwt_seg6local.sh was added commit c99a84eac026
> ("selftests/bpf: test for seg6local End.BPF action") config fragment
> wasn't added, and without CONFIG_LWTUNNEL enabled we see this:
> Error: CONFIG_LWTUNNEL is not enabled in this kernel.
> selftests: test_lwt_seg6local [FAILED]
>
> Signed-off-by: Anders Roxell <anders.roxell at linaro.org>

Acked-by: Song Liu <songliubraving at fb.com>

> ---
>  tools/testing/selftests/bpf/config | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/tools/testing/selftests/bpf/config b/tools/testing/selftests/bpf/config
> index 3655508f95fd..dd49df5e2df4 100644
> --- a/tools/testing/selftests/bpf/config
> +++ b/tools/testing/selftests/bpf/config
> @@ -19,3 +19,4 @@ CONFIG_CRYPTO_SHA256=m
>  CONFIG_VXLAN=y
>  CONFIG_GENEVE=y
>  CONFIG_NET_CLS_FLOWER=m
> +CONFIG_LWTUNNEL=y
> --
> 2.19.1
>

  reply	other threads:[~2018-10-10 16:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-10  9:21 [PATCH] selftests: bpf: add config fragment LWTUNNEL Anders Roxell
2018-10-10  9:21 ` Anders Roxell
2018-10-10  9:21 ` anders.roxell
2018-10-10 16:06 ` Song Liu [this message]
2018-10-10 16:06   ` Song Liu
2018-10-10 16:06   ` liu.song.a23
2018-10-11  8:34 ` Daniel Borkmann
2018-10-11  8:34   ` Daniel Borkmann
2018-10-11  8:34   ` daniel

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='CAPhsuW4BhxJoQvqzTM1Z-O_JKC7m=uS3HuGatX6vMwoEJvWNNw@mail.gmail.com' \
    --to=liu.song.a23@gmail.com \
    --cc=anders.roxell@linaro.org \
    --cc=ast@kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=netdev@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.