Files
xdp-project-bpf-examples/pping
Simon Sundberg d3a5de62c4 pping: Format code and add SPDX lincense tags
Format the code using the .clang-format from the kernel source tree,
with a few manual tweaks here and there. Also, remove the TODO list
from comment of pping.c and instead put it in TODO.md.

Signed-off-by: Simon Sundberg <simon.sundberg@kau.se>
2021-02-04 19:43:03 +01:00
..
2021-02-04 19:39:16 +01:00

PPing using XDP and TC-BPF

An implementation of the passive ping (pping) utility based on XDP (for ingress) and TC-BPF (for outgress)

Planned design

"Design of eBPF pping