selftests/bpf: Mute xdpxceiver.c's deprecation warnings
authorAndrii Nakryiko <andrii@kernel.org>
Wed, 1 Dec 2021 23:28:20 +0000 (15:28 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 2 Dec 2021 23:23:40 +0000 (15:23 -0800)
commit00872de6e1b004377f6036f95db43e2145606eb2
tree712c8663954c59a2f896453c0c6570a590e2b899
parent045b233a29a2ea3a168296f000cd5b1c08c4a2f7
selftests/bpf: Mute xdpxceiver.c's deprecation warnings

xdpxceiver.c is using AF_XDP APIs that are deprecated starting from
libbpf 0.7. Until we migrate the test to libxdp or solve this issue in
some other way, mute deprecation warnings within xdpxceiver.c.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20211201232824.3166325-6-andrii@kernel.org
tools/testing/selftests/bpf/xdpxceiver.c