1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add BPF MPTCP scheduler for kernel 6.6

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-04-26 11:51:54 +02:00
parent 9d98b8bd78
commit 7348518bb0
19 changed files with 3638 additions and 2 deletions

View file

@ -0,0 +1,7 @@
CLANG ?= clang
all:
$(CLANG) -O2 -Wall -g -target bpf -c mptcp_bpf_red.c -o mptcp_bpf_red.o -I../../linux/tools/lib/
clean:
rm -rf mptcp_bpf_red.ll mptcp_bpf_red.o