File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,12 @@ code that uses the library.
7
7
The repository contains the following:
8
8
9
9
- [[lib/libxdp/][lib/libxdp/]] - the =libxdp= library itself - can be built standalone using =make libxdp=
10
- - [[xdp-loader/][xdp-loader/]] - a command-line utility for loading XDP programs using =libxdp=
11
- - [[xdp-filter/][xdp-filter/]] - a simple packet filtering utility powered by XDP
10
+ - [[xdp-bench/][xdp-bench/]] - an XDP benchmarking tool
12
11
- [[xdp-dump/][xdp-dump/]] - a tcpdump-like tool for capturing packets at the XDP layer
12
+ - [[xdp-filter/][xdp-filter/]] - a simple packet filtering utility powered by XDP
13
+ - [[xdp-forward/][xdp-forward/]] - an XDP forwarding plane
14
+ - [[xdp-loader/][xdp-loader/]] - a command-line utility for loading XDP programs using =libxdp=
13
15
- [[xdp-monitor/][xdp-monitor/]] - a simple XDP tracepoint monitoring tool
14
- - [[xdp-bench/][xdp-bench/]] - an XDP benchmarking tool
15
16
- [[xdp-trafficgen/][xdp-trafficgen/]] - an XDP-based packet generator
16
17
- [[headers/xdp/][headers/xdp/]] - reusable eBPF code snippets for XDP (installed in /usr/include/xdp by =make install=).
17
18
- [[lib/util/][lib/util/]] - common code shared between the different utilities
You can’t perform that action at this time.
0 commit comments