Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 392 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 392 Bytes

XDPeriments

Example programs for the Journeying into XDP blogs

Setup

After cloning the repository:

git submodule update --init
cd libbpf/src
(possibly apt install libelf-dev and gcc-multilib)
make
cd ../../Cookies
make

(Substitute "Cookies" for another program if desirable)

Then use (and change where nesecary) the different make commands to interact with the bpf programs.