]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit54b72d47cf41d0011faa82c28d35ddb35140b692
treea00080f674f1ea8adc4bc4ec0f7a414720ce8b83
parent6e6bb59f16cc5a1f086b5d075b224f6e35f99389
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: cc16385894ca ("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