Logo
Explore Help
Sign In
mirror/xdp-project-bpf-examples
1
0
Fork 0
You've already forked xdp-project-bpf-examples
mirror of https://github.com/xdp-project/bpf-examples.git synced 2024-05-06 15:54:53 +00:00
Code Issues Projects Releases Wiki Activity
Files
45b138b6abbdfb8b6c456189747673263c0723d9
xdp-project-bpf-examples/pping/Makefile

11 lines
175 B
Makefile
Raw Normal View History

pping: Start pping implementation Add a XDP program to parse TCP timestamps and a simple loader Signed-off-by: Simon Sundberg <simon.sundberg@kau.se>
2020-12-11 19:25:35 +01:00
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
USER_TARGETS := pping_user
BPF_TARGETS := pping_kern
pping: Add perf-buffer The XDP program pushes the calculated RTTs to userspace through the perf-buffer and the userspace program polls it to print them out Signed-off-by: Simon Sundberg <simon.sundberg@kau.se>
2021-01-07 18:14:27 +01:00
LDFLAGS = -pthread
pping: Start pping implementation Add a XDP program to parse TCP timestamps and a simple loader Signed-off-by: Simon Sundberg <simon.sundberg@kau.se>
2020-12-11 19:25:35 +01:00
LIB_DIR = ../lib
include $(LIB_DIR)/common.mk
Reference in New Issue Copy Permalink
Powered by Gitea Page: 766ms Template: 1ms
edge-auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API