Files
xdp-project-bpf-examples/pping/pping.c
Simon Sundberg 91d7242a44 pping: Abort program if map cleanup fails
Previously the program would only print out an error message if the
cleanup of a map failed, and then keep running. Each time the
periodical cleanup failed the error message would be repeated, but no
further action taken. Change this behavior so that the program instead
terminates the cleanup thread and aborts the rest of the program.

Signed-off-by: Simon Sundberg <simon.sundberg@kau.se>
2022-11-08 09:36:20 +01:00

32 KiB