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)
commit5fadfc61934a33d362ca47c7f70786105d5681c1
treec1b0a93cecb6ddf4bcb2e8b67bfe1f1b7aaaafa4
parentfdb5c4531c1e0e50e609df83f736b6f3a02896e2
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: 3bce593ac06b ("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