selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o
authorAlan Maguire <alan.maguire@oracle.com>
Fri, 22 May 2020 11:36:28 +0000 (12:36 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 22 May 2020 23:12:31 +0000 (01:12 +0200)
commit3c8e8cf4b18b3a7034fab4c4504fc4b54e4b6195
treea00080f674f1ea8adc4bc4ec0f7a414720ce8b83
parent6736aa793c2b5fb6c64884d2623c66aa1b9bfa92
selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o

test_seg6_loop.o uses the helper bpf_lwt_seg6_adjust_srh();
it will not be present if CONFIG_IPV6_SEG6_BPF is not specified.

Fixes: b061017f8b4d ("selftests/bpf: add realistic loop tests")
Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/1590147389-26482-2-git-send-email-alan.maguire@oracle.com
tools/testing/selftests/bpf/config