]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: bpf: add missing NET_SCHED to config
authorAnders Roxell <anders.roxell@linaro.org>
Mon, 25 Jun 2018 14:56:05 +0000 (16:56 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 26 Jun 2018 10:05:40 +0000 (12:05 +0200)
commitf6db5ec53916a8f695c3883cf2627e07d4d25e1a
treec1b0a93cecb6ddf4bcb2e8b67bfe1f1b7aaaafa4
parent6e45905f66aee5c1308e4e75e8da5a5c9f3f45b8
selftests: bpf: add missing NET_SCHED to config

CONFIG_NET_SCHED wasn't enabled in arm64's defconfig only for x86.

So bpf/test_tunnel.sh tests fails with:

  RTNETLINK answers: Operation not supported
  RTNETLINK answers: Operation not supported
  We have an error talking to the kernel, -1

Enable NET_SCHED and more tests pass.

Fixes: 9470e3b6bd04 ("selftests: bpf: config: add config fragments")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/config