Files
xdp-project-bpf-examples/bpf-link-hang/Makefile
Toke Høiland-Jørgensen 25acd99b58 Add example to show hang on bpf_link close
Minimal example to show that the close() operation on a bpf_link can hang
indefinitely if the kernel is loaded (for example by traffic on an
interface with an XDP program loaded).

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2021-03-23 00:09:44 +01:00

9 lines
156 B
Makefile

# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
USER_TARGETS := bpf-link-hang
BPF_TARGETS := xdp-pass
LIB_DIR = ../lib
include $(LIB_DIR)/common.mk