Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

eBPF and XDP samples

UPDATE: See XDP-tutorial if you want to learn eBPF-coding, and not depend on kernel tree (instead it uses libbpf).

This directory is for prototyping BPF samples, that is intended for inclusion in the Linux kernel tree containing eBPF samples. If you don't intend to send this at patches to the Linux kernel, then instead look at XDP-tutorial for howto integrate with libbpf.

WARNING: This directory contains its own out-of-date BPF ELF-loader (in bpf_load.c). Instead people should use libbpf.