Skip to content

Commit 84d3c95

Browse files
committed
README: Add link to xdp-forward subdirectory
Sort the tools mentions by name while we're at it. Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent f324f05 commit 84d3c95

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.org

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ code that uses the library.
77
The repository contains the following:
88

99
- [[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
1211
- [[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=
1315
- [[xdp-monitor/][xdp-monitor/]] - a simple XDP tracepoint monitoring tool
14-
- [[xdp-bench/][xdp-bench/]] - an XDP benchmarking tool
1516
- [[xdp-trafficgen/][xdp-trafficgen/]] - an XDP-based packet generator
1617
- [[headers/xdp/][headers/xdp/]] - reusable eBPF code snippets for XDP (installed in /usr/include/xdp by =make install=).
1718
- [[lib/util/][lib/util/]] - common code shared between the different utilities

0 commit comments

Comments
 (0)