]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: net: reuseport_bpf_numa: don't fail if no numa support
authorAnders Roxell <anders.roxell@linaro.org>
Fri, 18 May 2018 22:27:37 +0000 (00:27 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 23 May 2018 10:21:02 +0000 (12:21 +0200)
commit86d595576a84534f32c8b47c6766ddaee0ca4259
tree4f75bcb8f4750a529440ff594aa02e081ba3aa9b
parentaf91c044c8684c80a2d65d87d1ffe182d03c0a15
selftests: net: reuseport_bpf_numa: don't fail if no numa support

The reuseport_bpf_numa test case fails there's no numa support.  The
test shouldn't fail if there's no support it should be skipped.

Fixes: 48aea3a6e444 ("reuseport, bpf: add test case for bpf_get_numa_node_id")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/net/reuseport_bpf_numa.c